From: Chris Hanson Date: Sun, 7 Mar 2010 06:51:46 +0000 (-0800) Subject: Update for release 9.0. X-Git-Tag: 20100708-Gtk~126^2~5 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5c862e8bd356c0ff43e46e53cd2f68234a11219b;p=mit-scheme.git Update for release 9.0. --- 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}