From 7935c5ae515815193f5fe71dab7235c6668b2a55 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Tue, 14 Jun 2011 15:58:20 +0200 Subject: Bumped version to 2011.06 diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 6586525..5cd09ec 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -1,7 +1,7 @@ #!/bin/sh -VERSION=`date "+%Y.%m.%d"` -#VERSION=2011.04 +#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 diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index e576faa..1ec787d 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -1,8 +1,8 @@ #!/bin/bash # WARNING: This script might only work with the authors setup... -VERSION=`date "+%Y.%m.%d"` -#VERSION=2011.04 +#VERSION=`date "+%Y.%m.%d"` +VERSION=2011.06 set -ex -- cgit v0.10.1