From d57e9486d7ee057aa8fcad4abb8947569b8b1d78 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 26 May 2010 16:18:34 +1200 Subject: [PATCH] Make sure the temporary version number comes before 3.2. This way, upgrades from the temporary ones to the final release will happen automatically. Signed-off-by: Galen Charlton --- 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 41f9d857d3..9bdd365ac9 100755 --- a/debian/build-git-snapshot +++ b/debian/build-git-snapshot @@ -30,7 +30,7 @@ latest_sha1() { } newversion() { - printf '3.2.git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1) + printf '3.2~git%s.%s' $(date +%Y%m%d%H%M%S) $(latest_sha1) } adjust_debian_changelog() { -- 2.39.2