From 8b3a2ecebd986ac42820eada891463efc014194c Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 9 Dec 2010 14:27:43 +1300 Subject: [PATCH] Bug 5479 - Update package building scripts Signed-off-by: Chris Cormack --- debian/build-git-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5