diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-27 00:58:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-27 00:58:37 (GMT) |
commit | 45e80489f8ebc36f56bae3597dceef609318b60c (patch) | |
tree | 75a6b546d9731b166198190ce58967a9df845d65 /scripts | |
parent | 1f51e279d80f5307c9dd0ff511d48f4441c73f4b (diff) |
Updated version to 2011.04
Diffstat (limited to 'scripts')
-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 11820df..eb15418 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -VERSION=`date "+%Y.%m.%d"` -#VERSION=2010.05 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2011.04 # 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 aa27935..b6f8d62 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=2010.05 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2011.04 set -ex |