summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt2
-rw-r--r--openscad.pro2
-rwxr-xr-xrelease-macosx.sh3
3 files changed, 4 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index a2878a9..b42db88 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,9 @@
BUGS
----
+o On Linux, large files load veery slowly
TODO
----
-o File menu: Recently opened
o Preferences
- background colors
- Model outside/inside color
diff --git a/openscad.pro b/openscad.pro
index 7ba2580..5adfaff 100644
--- a/openscad.pro
+++ b/openscad.pro
@@ -1,4 +1,4 @@
-isEmpty(VERSION) VERSION = 9999.99
+isEmpty(VERSION) VERSION = $$system(date "+%Y.%m.%d")
DEFINES += OPENSCAD_VERSION=$$VERSION
TEMPLATE = app
diff --git a/release-macosx.sh b/release-macosx.sh
index f92e723..615a65f 100755
--- a/release-macosx.sh
+++ b/release-macosx.sh
@@ -1,7 +1,8 @@
#!/bin/sh
# WARNING: This script might only work with the authors setup...
-VERSION=2010.01
+VERSION=`date "+%Y.%m.%d"`
+#VERSION=2010.01
echo "Building.."
qmake VERSION=$VERSION
contact: Jan Huwald // Impressum