fix empty version string in pkgconfig/jsoncpp.pc

This commit is contained in:
Chen 2020-11-04 10:09:14 +08:00
parent 30170d651c
commit a32ceec45a
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -1 +1 @@
@JSONCPP_VERSION@
@PROJECT_VERSION@