diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-29 14:46:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-29 14:46:56 (GMT) |
commit | 95d8bad58eff21405920e79acf79af8297b50786 (patch) | |
tree | 3d93f2cc28d12d702cc695d3e7dd797275567ede /scripts/publish-macosx.sh | |
parent | bed96773657f0a78ec79f5ac235488927186adef (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:} |