Set version back to datestamp

stl_dim
Marius Kintel 2011-06-14 19:16:11 +02:00
parent f2c6963fc2
commit 8289982efc
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#VERSION=`date "+%Y.%m.%d"`
VERSION=2011.06
VERSION=`date "+%Y.%m.%d"`
#VERSION=2011.06
# This is the same location as DEPLOYDIR in macosx-build-dependencies.sh
export MACOSX_DEPLOY_DIR=$PWD/../libraries/install

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.06
VERSION=`date "+%Y.%m.%d"`
#VERSION=2011.06
set -ex