diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-30 13:50:23 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-30 13:50:23 (GMT) |
commit | 44360abe09897fff43b0ee0a499a80652886e733 (patch) | |
tree | 65d9182858443b1a4e411ea9a0b2667394f28445 /scripts/publish-macosx.sh | |
parent | 8df595120f90f19ee920e42e750e6da9ef1ce550 (diff) |
build system bugfix: set version back to 2011.12
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 a2451fa..0f4e741 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:} |