Skip to content

Commit

Permalink
bump package script as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
scw committed Feb 28, 2014
1 parent c6bf255 commit f120023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "building code..."
# the tag version should be named 'v$MAJOR.$MINOR{-$subversion}'.
# There is also version parsing code in the python stdlib I believe.
PROJECT='btm'
VERSION='3.0-rc-1'
VERSION='3.0-rc-2'
RELEASE_BASE='../btm-release'
RELEASE_NAME="${PROJECT}-${VERSION}"
RELEASE_DIR="${RELEASE_BASE}/${RELEASE_NAME}"
Expand Down

0 comments on commit f120023

Please sign in to comment.