Revert "Upgrade rapidjson dep for opflex from 1.0.2 to 1.1.0"
[releng/builder.git] / jjb / opflex / scripts / rapidjson-build.sh
index c44532799f1a10e63714a860f67dd52d5b3cb9e8..f46597a75918067a1dd9ab4f799204f29d4f44ca 100644 (file)
@@ -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