projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec859f8
)
Update for release 9.0.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 7 Mar 2010 06:51:46 +0000
(22:51 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 7 Mar 2010 06:51:46 +0000
(22:51 -0800)
src/etc/macosx/make-app.sh
patch
|
blob
|
history
diff --git
a/src/etc/macosx/make-app.sh
b/src/etc/macosx/make-app.sh
index 9507612f5619651cac43c1e73ab5a4dab17b2e75..d594ec4a3f5d4ec96faf5c2bc7d9a060d867fde2 100755
(executable)
--- 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}