From 44360abe09897fff43b0ee0a499a80652886e733 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 30 Dec 2011 14:50:23 +0100 Subject: [PATCH] build system bugfix: set version back to 2011.12 --- scripts/publish-macosx.sh | 4 ++-- scripts/release-linux.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index a2451fa6..0f4e741c 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 e1eb0010..1e7e8368 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