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/publish-macosx.sh | |
parent | 1f51e279d80f5307c9dd0ff511d48f4441c73f4b (diff) |
Updated version to 2011.04
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 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 |