version number change necessary for nightly build scripts

This commit is contained in:
Martin Konecny 2013-05-15 13:55:21 -04:00
parent 8545803dbf
commit 658fd82e1f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Script for generating nightly Airtime snapshot packages
# Run from the directory containg the files checked out from git
VERSION=2.3.0~$(date "+%Y%m%d")
VERSION=2.4.0~$(date "+%Y%m%d")
BUILDDEST=/tmp/airtime-${VERSION}/
DEBDIR=`pwd`/debian
@ -23,7 +23,7 @@ cd ${BUILDDEST} || exit
# Set the version of the snapshot package
sed -i "1s:(2.3.0-1):(${VERSION}):g" debian/changelog
sed -i "1s:(2.4.0-1):(${VERSION}):g" debian/changelog
# FIXES for 2.3.0 #############