Skip to content

Commit a32ceec

Browse files
committed
fix empty version string in pkgconfig/jsoncpp.pc
1 parent 30170d6 commit a32ceec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg-config/jsoncpp.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@includedir_for_pc_file@
55

66
Name: jsoncpp
77
Description: A C++ library for interacting with JSON
8-
Version: @JSONCPP_VERSION@
8+
Version: @PROJECT_VERSION@
99
URL: https://github.com/open-source-parsers/jsoncpp
1010
Libs: -L${libdir} -ljsoncpp
1111
Cflags: -I${includedir}

version.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@JSONCPP_VERSION@
1+
@PROJECT_VERSION@

0 commit comments

Comments
 (0)