From 7a24977570328ce710e55d13cfd0fe5c5c40e67a Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 11 Feb 2016 09:39:54 -0500 Subject: [PATCH] Ticket #39615 Fix versions for upgrades --- FS/FS.pm | 2 +- bin/freeside-debian-releases.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS.pm b/FS/FS.pm index 9c36f87f7..134a34cb2 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '5.0git'; +$VERSION = '5.0~git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh index 82465266f..e832d9176 100755 --- a/bin/freeside-debian-releases.sh +++ b/bin/freeside-debian-releases.sh @@ -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 -- 2.11.0