From eb3b8cfe19d3602634f2d668de2ee4d974d51c59 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 11 Feb 2016 09:44:38 -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 d98a7e847..c17cd9302 100644 --- 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.pm >/dev/null || echo "missing $a" ; done diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh index 82465266f..e832d9176 100644 --- 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