Clifford Wolf:

Release prep



git-svn-id: http://svn.clifford.at/openscad/trunk@546 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
clifford 2010-05-27 07:50:59 +00:00
parent 8a592d34e7
commit a8b52f2a90
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,7 @@
OpenSCAD 2010.03 OpenSCAD 2010.05
================ ================
.. ADD STUFF HERE ..
o Added functions and statements o Added functions and statements
- Added abs() function - Added abs() function
- Added exp(x), log(b, x), log(x) and ln(x) functions - Added exp(x), log(b, x), log(x) and ln(x) functions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
VERSION=`date "+%Y.%m.%d"` #VERSION=`date "+%Y.%m.%d"`
#VERSION=2010.02 VERSION=2010.05
export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy

View File

@ -1,7 +1,8 @@
#!/bin/bash #!/bin/bash
# WARNING: This script might only work with the authors setup... # WARNING: This script might only work with the authors setup...
VERSION=2010.02 #VERSION=`date "+%Y.%m.%d"`
VERSION=2010.05
set -ex set -ex