diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 00:40:44 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 00:40:44 (GMT) |
commit | 393bff745b8fbd45059d92aea90d25c9db8d309a (patch) | |
tree | 314de531d5a76cfada5ebcfbde3d4cae80d41e58 /scripts/publish-macosx.sh | |
parent | ae2b20868e51c82ee5018d50506b9e2909e24638 (diff) |
OpenCSG -> 1.3.0
git-svn-id: http://svn.clifford.at/openscad/trunk@426 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 212a099..91986a5 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -3,7 +3,7 @@ VERSION=`date "+%Y.%m.%d"` #VERSION=2010.02 -export OPENCSGDIR=$PWD/../OpenCSG-1.2.0 +export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 `dirname $0`/release-common.sh -v $VERSION cp OpenSCAD-$VERSION.dmg ~/Documents/Dropbox/Public |