Skip to content

Commit 45e8048

Browse files
committed
Updated version to 2011.04
1 parent 1f51e27 commit 45e8048

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE_NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
OpenSCAD 2011.XX
1+
OpenSCAD 2011.04
22
================
33

44
o Added hull() for convex hulls (2D object only)

scripts/publish-macosx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
VERSION=`date "+%Y.%m.%d"`
4-
#VERSION=2010.05
3+
#VERSION=`date "+%Y.%m.%d"`
4+
VERSION=2011.04
55

66
# This is the same location as DEPLOYDIR in macosx-build-dependencies.sh
77
export MACOSX_DEPLOY_DIR=$PWD/../libraries/install

scripts/release-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# WARNING: This script might only work with the authors setup...
33

4-
VERSION=`date "+%Y.%m.%d"`
5-
#VERSION=2010.05
4+
#VERSION=`date "+%Y.%m.%d"`
5+
VERSION=2011.04
66

77
set -ex
88

0 commit comments

Comments
 (0)