Skip to content

Commit

Permalink
build system bugfix: set version back to 2011.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Dec 30, 2011
1 parent 8df5951 commit 44360ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/publish-macosx.sh
Original file line number Diff line number Diff line change
@@ -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:}
Expand Down
4 changes: 2 additions & 2 deletions scripts/release-linux.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 44360ab

Please sign in to comment.