mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-22 11:35:49 -04:00
fix empty version string in pkgconfig/jsoncpp.pc
This commit is contained in:
parent
30170d651c
commit
a32ceec45a
@ -5,7 +5,7 @@ includedir=@includedir_for_pc_file@
|
||||
|
||||
Name: jsoncpp
|
||||
Description: A C++ library for interacting with JSON
|
||||
Version: @JSONCPP_VERSION@
|
||||
Version: @PROJECT_VERSION@
|
||||
URL: https://github.com/open-source-parsers/jsoncpp
|
||||
Libs: -L${libdir} -ljsoncpp
|
||||
Cflags: -I${includedir}
|
||||
|
@ -1 +1 @@
|
||||
@JSONCPP_VERSION@
|
||||
@PROJECT_VERSION@
|
||||
|
Loading…
x
Reference in New Issue
Block a user