diff options
author | Marius Kintel <marius@kintel.net> | 2011-06-14 17:16:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-06-14 17:16:11 (GMT) |
commit | 8289982efc65e08b836c2045f652f49c2add82cf (patch) | |
tree | 75cd963fead0bb45665886518cdef0d3ba5ee105 /scripts/publish-macosx.sh | |
parent | f2c6963fc2e42f7e9c4e0ba3efcf9df8c3ad818b (diff) |
Set version back to datestamp
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 5cd09ec..6415b52 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -#VERSION=`date "+%Y.%m.%d"` -VERSION=2011.06 +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 |