From 5c862e8bd356c0ff43e46e53cd2f68234a11219b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 6 Mar 2010 22:51:46 -0800 Subject: [PATCH] Update for release 9.0. --- src/etc/macosx/make-app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/macosx/make-app.sh b/src/etc/macosx/make-app.sh index 9507612f5..d594ec4a3 100755 --- a/src/etc/macosx/make-app.sh +++ b/src/etc/macosx/make-app.sh @@ -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} -- 2.25.1