From: Chris Hanson Date: Sun, 16 Oct 2011 02:52:51 +0000 (-0700) Subject: Update version numbers. X-Git-Tag: release-9.1.0~1 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9dbb2fd61f724e90d3b558f7495b9008a316272b;p=mit-scheme.git Update version numbers. --- diff --git a/src/etc/macosx/make-app.sh b/src/etc/macosx/make-app.sh index 74dafc63b..087ca4147 100755 --- a/src/etc/macosx/make-app.sh +++ b/src/etc/macosx/make-app.sh @@ -27,9 +27,9 @@ set -e # These values are placeholders; we need to get the right ones. -: ${VERSION_STRING=9.0} +: ${VERSION_STRING=9.1} : ${LONG_VERSION_STRING="release ${VERSION_STRING}"} -: ${MACOSX_MIN_VERSION=10.5} +: ${MACOSX_MIN_VERSION=10.6} : ${YEAR=$(date +%Y)} : ${bindir=/usr/local/bin} : ${libdir=/usr/local/lib}