diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-28 21:36:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-28 21:36:56 (GMT) |
commit | 2f740380dc407a51cff74273810104f9e21025fe (patch) | |
tree | 82d1e0bb079be1a42a445298608667ba810eb6ae /scripts/publish-macosx.sh | |
parent | d24b3cc84d0701a5423925765e515db7df9614c5 (diff) | |
parent | eb16c3ea5623f6d3745f8ea0ddba889e75e37bf1 (diff) |
Merged with master
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 11820df..6586525 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=2011.04 # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh export MACOSX_DEPLOY_DIR=$PWD/../libraries/install |