From 9399b357ba3489e6f9af838e31bdcf1de8e7f387 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 22 Nov 2012 17:09:08 -0500 Subject: [PATCH] bump generated snapshot version to 2.3 --- gen-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-snapshot.sh b/gen-snapshot.sh index 08bf269ea..bc5dd051a 100755 --- a/gen-snapshot.sh +++ b/gen-snapshot.sh @@ -2,7 +2,7 @@ # Script for generating nightly Airtime snapshot packages # 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 BUILDDEST=/tmp/airtime-${VERSION}/ DEBDIR=`pwd`/debian