From 763e5d3f657519d80654f3c2cb79025445506041 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 17 Jan 2013 15:02:28 -0500 Subject: Note about setting VERSION env. variable 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"` -- cgit v0.10.1