We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f51e27 commit 45e8048Copy full SHA for 45e8048
RELEASE_NOTES
@@ -1,4 +1,4 @@
1
-OpenSCAD 2011.XX
+OpenSCAD 2011.04
2
================
3
4
o Added hull() for convex hulls (2D object only)
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
5
6
# This is the same location as DEPLOYDIR in macosx-build-dependencies.sh
7
export MACOSX_DEPLOY_DIR=$PWD/../libraries/install
scripts/release-linux.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# WARNING: This script might only work with the authors setup...
set -ex
8
0 commit comments