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 f715d7cbfa
commit 5e0a00c8d0
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
- Added abs() function
- Added exp(x), log(b, x), log(x) and ln(x) functions

View File

@ -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

View File

@ -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