diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-28 14:58:19 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-28 14:58:19 (GMT) |
commit | eb16c3ea5623f6d3745f8ea0ddba889e75e37bf1 (patch) | |
tree | debfd57500977970602422d7d6f7aaf8f49ea118 /scripts/publish-macosx.sh | |
parent | 6b14e9a169ce6263dfac13b1253febf9f652d2d4 (diff) |
reset version to using date-tag
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 eb15418..6586525 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.04 # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh export MACOSX_DEPLOY_DIR=$PWD/../libraries/install |