Update for release 9.0.
authorChris Hanson <org/chris-hanson/cph>
Sun, 7 Mar 2010 06:51:46 +0000 (22:51 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 7 Mar 2010 06:51:46 +0000 (22:51 -0800)
src/etc/macosx/make-app.sh

index 9507612f5619651cac43c1e73ab5a4dab17b2e75..d594ec4a3f5d4ec96faf5c2bc7d9a060d867fde2 100755 (executable)
@@ -27,8 +27,8 @@
 set -e
 
 # These values are placeholders; we need to get the right ones.
-: ${VERSION_STRING=$(date +%Y%m%d)}
-: ${LONG_VERSION_STRING="snapshot ${VERSION_STRING}"}
+: ${VERSION_STRING=9.0}
+: ${LONG_VERSION_STRING="release ${VERSION_STRING}"}
 : ${MACOSX_MIN_VERSION=10.5}
 : ${YEAR=$(date +%Y)}
 : ${bindir=/usr/local/bin}