diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-30 14:26:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-30 14:26:16 (GMT) |
commit | a2f8b11ff444478d080fd9431b057cde6f399cc5 (patch) | |
tree | 8496e1b255eb743ba4ef50d933665cde7e8f0e60 /scripts/publish-macosx.sh | |
parent | 44360abe09897fff43b0ee0a499a80652886e733 (diff) |
Set back version to date-tagged
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 0f4e741..a2451fa 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -#VERSION=`date "+%Y.%m.%d"` -VERSION=2011.12 +VERSION=`date "+%Y.%m.%d"` +#VERSION=2011.12 # Turn off ccache, just for safety PATH=${PATH//\/opt\/local\/libexec\/ccache:} |