bump generated snapshot version to 2.3

This commit is contained in:
Martin Konecny 2012-11-22 17:09:08 -05:00
parent 8d3024d42e
commit 9399b357ba
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Script for generating nightly Airtime snapshot packages # Script for generating nightly Airtime snapshot packages
# Run from the directory containg the files checked out from git # Run from the directory containg the files checked out from git
VERSION=2.2.0~$(date "+%Y%m%d") VERSION=2.3.0~$(date "+%Y%m%d")
#VERSION=2.2.0-rc1 #VERSION=2.2.0-rc1
BUILDDEST=/tmp/airtime-${VERSION}/ BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian DEBDIR=`pwd`/debian