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 | |
parent | f2c6963fc2e42f7e9c4e0ba3efcf9df8c3ad818b (diff) |
Set version back to datestamp
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish-macosx.sh | 4 | ||||
-rwxr-xr-x | scripts/release-linux.sh | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 1ec787d..35d177f 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -1,8 +1,8 @@ #!/bin/bash # WARNING: This script might only work with the authors setup... -#VERSION=`date "+%Y.%m.%d"` -VERSION=2011.06 +VERSION=`date "+%Y.%m.%d"` +#VERSION=2011.06 set -ex |