From 45e80489f8ebc36f56bae3597dceef609318b60c Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 26 Apr 2011 20:58:37 -0400 Subject: Updated version to 2011.04 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 -- cgit v0.10.1