From 9dbb2fd61f724e90d3b558f7495b9008a316272b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 15 Oct 2011 19:52:51 -0700 Subject: [PATCH] Update version numbers. --- 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 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} -- 2.25.1