diff options
author | Marius Kintel <marius@kintel.net> | 2011-06-14 13:58:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-06-14 13:58:20 (GMT) |
commit | 7935c5ae515815193f5fe71dab7235c6668b2a55 (patch) | |
tree | 5a228e460ce3a12b1bde87a12adcd8f3e1f43f60 | |
parent | 3499fb2fc974e23e1ed124efad62a0ace95e1393 (diff) |
Bumped version to 2011.06
-rwxr-xr-x | scripts/publish-macosx.sh | 4 | ||||
-rwxr-xr-x | scripts/release-linux.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 6586525..5cd09ec 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -VERSION=`date "+%Y.%m.%d"` -#VERSION=2011.04 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2011.06 # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh export MACOSX_DEPLOY_DIR=$PWD/../libraries/install diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index e576faa..1ec787d 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -1,8 +1,8 @@ #!/bin/bash # WARNING: This script might only work with the authors setup... -VERSION=`date "+%Y.%m.%d"` -#VERSION=2011.04 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2011.06 set -ex |