diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-17 17:42:45 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-17 17:42:45 (GMT) |
commit | ef29553226ddb3f8f0565dbd6004d76e26c80ddc (patch) | |
tree | e388bfab01a0ffbd039132f319ba517799fd1f1f /scripts | |
parent | 02457d7b6d52378bbd6be9b15461b55a2433e803 (diff) |
Minor release preparations
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 | ||||
-rwxr-xr-x | scripts/release-linux.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index e559cb8..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.06 +#VERSION=2011.12 # Turn off ccache, just for safety PATH=${PATH//\/opt\/local\/libexec\/ccache:} diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 7675c07..e1eb001 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -2,7 +2,7 @@ # WARNING: This script might only work with the authors setup... VERSION=`date "+%Y.%m.%d"` -#VERSION=2011.06 +#VERSION=2011.12 set -ex |