X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fscripts%2Frapidjson-build.sh;fp=jjb%2Fopflex%2Fscripts%2Frapidjson-build.sh;h=1dc144635453e0833516b37b3085caa9ccc99bc2;hb=841896af5ce8e44b60a8a6085ef6bde6c87a6dc3;hp=f40f199e6912e823b924e937da6e1550ccc61e90;hpb=ed931c6f4a078f855ecf8781381f555fb285f61d;p=releng%2Fbuilder.git diff --git a/jjb/opflex/scripts/rapidjson-build.sh b/jjb/opflex/scripts/rapidjson-build.sh index f40f199e6..1dc144635 100644 --- a/jjb/opflex/scripts/rapidjson-build.sh +++ b/jjb/opflex/scripts/rapidjson-build.sh @@ -24,7 +24,7 @@ mkdir -p "$DESTDIR/$ROOT/include" cp -R include/rapidjson "$DESTDIR/$ROOT/include" sed -e "s|@INCLUDE_INSTALL_DIR@|$ROOT/include|" \ -e "s|@PROJECT_NAME@|RapidJSON|" \ - -e "s|@LIB_VERSION_STRING@|1.0.2|" RapidJSON.pc.in > \ + -e "s|@LIB_VERSION_STRING@|1.1.0|" RapidJSON.pc.in > \ "$DESTDIR/$ROOT/lib/pkgconfig/RapidJSON.pc" pushd $DESTDIR