diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-27 07:53:35 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-27 07:53:35 (GMT) |
commit | 1edad39205480dde6a5e1809a68b053ef8ddee99 (patch) | |
tree | 144c3d10d918756b66a325b4c1a6e6930ee5c546 /scripts/release-linux.sh | |
parent | a8b52f2a90e7c1ea5d5eb48a22decc17fa15f4a8 (diff) |
Clifford Wolf:
Post release stuff
git-svn-id: http://svn.clifford.at/openscad/trunk@548 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/release-linux.sh')
-rwxr-xr-x | scripts/release-linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 49c3880..8f532e0 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=2010.05 +VERSION=`date "+%Y.%m.%d"` +#VERSION=2010.05 set -ex |