From 4ed7378b4e562c252867db78dda713c3fa05b5e6 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 9 Dec 2010 14:23:55 +1300 Subject: [PATCH] Bug 5479 - Update package building scripts --- debian/build-git-snapshot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/build-git-snapshot b/debian/build-git-snapshot index fd0f1df..4768719 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() { -- 1.7.1