Update version numbers.
authorChris Hanson <org/chris-hanson/cph>
Sun, 16 Oct 2011 02:52:51 +0000 (19:52 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 16 Oct 2011 02:52:51 +0000 (19:52 -0700)
src/etc/macosx/make-app.sh

index 74dafc63be6c2e9345e987fd46630eff8f15f3ea..087ca4147d2b62e9280aff1b7bede301c00cac9a 100755 (executable)
@@ -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}