commit | 69c324ead53f91a251f76be27f221477765e2ae0 | [log] [tgz] |
---|---|---|
author | Jonas Platte <mail@jonasplatte.de> | Wed Sep 17 20:37:59 2014 +0200 |
committer | Jonas Platte <mail@jonasplatte.de> | Wed Sep 17 20:37:59 2014 +0200 |
tree | 3ac8d46f772e266c05973ed49283194727bb00eb | |
parent | 263a4706fa674d66a790b0ce9222bc79b0198180 [diff] |
Added Version definition to the pkg-config file
diff --git a/pkg-config/jsoncpp.pc.in b/pkg-config/jsoncpp.pc.in index 12edd79..d8a61ac 100644 --- a/pkg-config/jsoncpp.pc.in +++ b/pkg-config/jsoncpp.pc.in
@@ -5,6 +5,7 @@ Name: jsoncpp Description: A C++ library for interacting with JSON +Version: @JSONCPP_VERSION@ URL: https://github.com/open-source-parsers/jsoncpp Libs: -L${libdir} -ljsoncpp Cflags: -I${includedir}