[Koha-patches] [PATCH] Make sure the temporary version number comes before 3.2.

Lars Wirzenius lars at catalyst.net.nz
Wed May 26 06:18:34 CEST 2010


This way, upgrades from the temporary ones to the final release
will happen automatically.
---
 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 41f9d85..9bdd365 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() {
-- 
1.7.1




More information about the Koha-patches mailing list