commit | ac2870298ed5b5a96a688d9df07461b31f83e906 | [log] [tgz] |
---|---|---|
author | Derick Vigne <derickvigne@me.com> | Tue Jan 26 14:59:12 2021 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Wed Feb 03 13:40:56 2021 -0600 |
tree | 7cf097cf715a0c3f2af0d16bc4678aae571d8422 | |
parent | c9a976238b8b184a5a2e3b6bfa513ba1657a327b [diff] |
Fixed pkg-config Version
diff --git a/pkg-config/jsoncpp.pc.in b/pkg-config/jsoncpp.pc.in index 632a377..2a22210 100644 --- a/pkg-config/jsoncpp.pc.in +++ b/pkg-config/jsoncpp.pc.in
@@ -5,7 +5,7 @@ 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}