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=f40f199e6912e823b924e937da6e1550ccc61e90;hb=4956d5cb2cf807fc9bc56c1cc70b69a313fe31de;hp=1dc144635453e0833516b37b3085caa9ccc99bc2;hpb=b2c1b78667b9752b56f55cc4004458d15664bb50;p=releng%2Fbuilder.git diff --git a/jjb/opflex/scripts/rapidjson-build.sh b/jjb/opflex/scripts/rapidjson-build.sh index 1dc144635..f40f199e6 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.1.0|" RapidJSON.pc.in > \ + -e "s|@LIB_VERSION_STRING@|1.0.2|" RapidJSON.pc.in > \ "$DESTDIR/$ROOT/lib/pkgconfig/RapidJSON.pc" pushd $DESTDIR