Ticket #39615 Fix versions for upgrades
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 11 Feb 2016 14:44:38 +0000 (09:44 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 11 Feb 2016 14:44:38 +0000 (09:44 -0500)
FS/FS.pm
bin/freeside-debian-releases.sh

index d98a7e8..c17cd93 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.91git';
+$VERSION = '3.91~git';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
index 8246526..e832d91 100644 (file)
@@ -38,7 +38,7 @@ fi
 
 # Add the build information to changelog
 
-dch -b --newversion $GIT_VERSION~$DATE "Auto-Build"
+dch -b --newversion $GIT_VERSION-$DATE "Auto-Build"
 
 # Using pbuilder and pdebuild in chroot instead of building directly : dpkg-buildpackage -b -rfakeroot -uc -us