diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-27 00:58:37 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-27 00:58:37 (GMT) |
commit | 45e80489f8ebc36f56bae3597dceef609318b60c (patch) | |
tree | 75a6b546d9731b166198190ce58967a9df845d65 | |
parent | 1f51e279d80f5307c9dd0ff511d48f4441c73f4b (diff) |
Updated version to 2011.04
-rw-r--r-- | RELEASE_NOTES | 2 | ||||
-rwxr-xr-x | scripts/publish-macosx.sh | 4 | ||||
-rwxr-xr-x | scripts/release-linux.sh | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 352fa67..81bf603 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -OpenSCAD 2011.XX +OpenSCAD 2011.04 ================ o Added hull() for convex hulls (2D object only) diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 11820df..eb15418 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=`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 diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index aa27935..b6f8d62 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=2011.04 set -ex |