diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-17 20:02:28 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-17 20:02:28 (GMT) |
commit | 763e5d3f657519d80654f3c2cb79025445506041 (patch) | |
tree | 60d352023072751ccf29f1b78f2ff171abdc1fa2 /scripts/publish-macosx.sh | |
parent | 7f4cfc5ada494852979eb290ba76a34bfd684854 (diff) |
Note about setting VERSION env. variable
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index ccfeb3d..e22e5bd 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -# Set this if we're doing a release build. Comment it out for development builds -#VERSION=2011.12 +# NB! To build a release build, the VERSION environment variable needs to be set. +# See doc/release-checklist.txt if test -z "$VERSION"; then VERSION=`date "+%Y.%m.%d"` |