Skip to content

Commit 44360ab

Browse files
committed
build system bugfix: set version back to 2011.12
1 parent 8df5951 commit 44360ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/publish-macosx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
VERSION=`date "+%Y.%m.%d"`
4-
#VERSION=2011.12
3+
#VERSION=`date "+%Y.%m.%d"`
4+
VERSION=2011.12
55

66
# Turn off ccache, just for safety
77
PATH=${PATH//\/opt\/local\/libexec\/ccache:}

scripts/release-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
# WARNING: This script might only work with the authors setup...
33

4-
VERSION=`date "+%Y.%m.%d"`
5-
#VERSION=2011.12
4+
#VERSION=`date "+%Y.%m.%d"`
5+
VERSION=2011.12
66

77
set -ex
88

0 commit comments

Comments
 (0)