Make sure the temporary version number comes before 3.2.
[koha.git] / debian / build-git-snapshot
index 41f9d85..9bdd365 100755 (executable)
@@ -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() {