We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30170d6 commit a32ceecCopy full SHA for a32ceec
pkg-config/jsoncpp.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir_for_pc_file@
5
6
Name: jsoncpp
7
Description: A C++ library for interacting with JSON
8
-Version: @JSONCPP_VERSION@
+Version: @PROJECT_VERSION@
9
URL: https://github.com/open-source-parsers/jsoncpp
10
Libs: -L${libdir} -ljsoncpp
11
Cflags: -I${includedir}
version.in
@@ -1 +1 @@
1
-@JSONCPP_VERSION@
+@PROJECT_VERSION@
0 commit comments