[freeside-commits] branch FREESIDE_3_BRANCH updated. eb3b8cfe19d3602634f2d668de2ee4d974d51c59

Jeremy Davis jeremyd at 420.am
Thu Feb 11 09:40:02 PST 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  eb3b8cfe19d3602634f2d668de2ee4d974d51c59 (commit)
      from  117659ee02ba32bf59335bf18faa7a075f231709 (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 eb3b8cfe19d3602634f2d668de2ee4d974d51c59
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 11 09:44:38 2016 -0500

    Ticket #39615 Fix versions for upgrades

diff --git a/FS/FS.pm b/FS/FS.pm
index d98a7e8..c17cd93 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::'$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 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
 

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

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