build system bugfix: set version back to 2011.12

felipesanches-svg openscad-2011.12
Marius Kintel 2011-12-30 14:50:23 +01:00
parent 8df595120f
commit 44360abe09
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
VERSION=`date "+%Y.%m.%d"`
#VERSION=2011.12
#VERSION=`date "+%Y.%m.%d"`
VERSION=2011.12
# Turn off ccache, just for safety
PATH=${PATH//\/opt\/local\/libexec\/ccache:}

View File

@ -1,8 +1,8 @@
#!/bin/bash
# WARNING: This script might only work with the authors setup...
VERSION=`date "+%Y.%m.%d"`
#VERSION=2011.12
#VERSION=`date "+%Y.%m.%d"`
VERSION=2011.12
set -ex