diff --git a/RELEASE_NOTES b/RELEASE_NOTES index be076706..c33f7b8f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,8 +1,7 @@ -OpenSCAD 2010.03 +OpenSCAD 2010.05 ================ - .. ADD STUFF HERE .. o Added functions and statements - Added abs() function - Added exp(x), log(b, x), log(x) and ln(x) functions diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 684a6010..77e5ef5f 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -VERSION=`date "+%Y.%m.%d"` -#VERSION=2010.02 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2010.05 export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 2de7b861..49c3880f 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -1,7 +1,8 @@ #!/bin/bash # WARNING: This script might only work with the authors setup... -VERSION=2010.02 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2010.05 set -ex