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 /scripts/publish-macosx.sh | |
parent | 3499fb2fc974e23e1ed124efad62a0ace95e1393 (diff) |
Bumped version to 2011.06
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 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 |