Skip to content

Commit

Permalink
Bumped version to 2011.06
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jun 14, 2011
1 parent 3499fb2 commit 7935c5a
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.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
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.04
#VERSION=`date "+%Y.%m.%d"`
VERSION=2011.06

set -ex

Expand Down

0 comments on commit 7935c5a

Please sign in to comment.