[freeside-commits] branch master updated. 7a24977570328ce710e55d13cfd0fe5c5c40e67a

Jeremy Davis jeremyd at 420.am
Thu Feb 11 09:36:05 PST 2016


The branch, master has been updated
       via  7a24977570328ce710e55d13cfd0fe5c5c40e67a (commit)
      from  29fb80073eb21f453515618f01d2c0d03a3004ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7a24977570328ce710e55d13cfd0fe5c5c40e67a
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 11 09:39:54 2016 -0500

    Ticket #39615 Fix versions for upgrades

diff --git a/FS/FS.pm b/FS/FS.pm
index 9c36f87..134a34c 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::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 8246526..e832d91 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
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS.pm                        |    2 +-
 bin/freeside-debian-releases.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list