[freeside-commits] branch FREESIDE_3_BRANCH updated. 4c082cdd608ba5b1e95602bb7069259f25e76916
Ivan
ivan at 420.am
Wed Aug 10 17:29:53 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 4c082cdd608ba5b1e95602bb7069259f25e76916 (commit)
from 1428a9eac14366d85687d4a525e9c673ef6415b2 (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 4c082cdd608ba5b1e95602bb7069259f25e76916
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 10 17:29:49 2016 -0700
3.91 happened
diff --git a/FS/FS.pm b/FS/FS.pm
index 3ab049a..4d35a81 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.91';
+$VERSION = '3.92~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/debian/changelog b/debian/changelog
index 5bd2e85..e3c718c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeside (3.92~git-1) UNRELEASED; urgency=medium
+
+ * 3.91 release happened
+
+ -- Ivan Kohler <ivan-debian at 420.am> Wed, 10 Aug 2016 17:28:10 -0700
+
freeside (3.91-1) unstable; urgency=low
[ Jeremy Davis ]
-----------------------------------------------------------------------
Summary of changes:
FS/FS.pm | 2 +-
debian/changelog | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list