From: Robin Sheat Date: Thu, 9 Dec 2010 01:27:43 +0000 (+1300) Subject: Bug 5479 - Update package building scripts X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8b3a2ecebd986ac42820eada891463efc014194c;p=koha.git Bug 5479 - Update package building scripts Signed-off-by: Chris Cormack --- diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index fd0f1df3bb..476871928c 100755 --- a/debian/build-git-snapshot +++ b/debian/build-git-snapshot @@ -30,7 +30,7 @@ latest_sha1() { } newversion() { - printf '3.2.0-2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1) + printf '3.3-1~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1) } adjust_debian_changelog() {