From a2f8b11ff444478d080fd9431b057cde6f399cc5 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 30 Dec 2011 15:26:16 +0100 Subject: Set back version to date-tagged diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index 0f4e741..a2451fa 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -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:} diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 1e7e836..e1eb001 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.12 +VERSION=`date "+%Y.%m.%d"` +#VERSION=2011.12 set -ex -- cgit v0.10.1