[freeside-commits] branch FREESIDE_3_BRANCH updated. d8a43b104aca6a01f8f1fd821dd29f3dffd59919
Jeremy Davis
jeremyd at 420.am
Fri Jun 26 16:05:29 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via d8a43b104aca6a01f8f1fd821dd29f3dffd59919 (commit)
from 5bdc08bfccba27e88ac3c5467f8b57f9a6ee1702 (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 d8a43b104aca6a01f8f1fd821dd29f3dffd59919
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Fri Jun 26 17:31:33 2015 -0400
3.8git
diff --git a/FS/FS.pm b/FS/FS.pm
index 3811def..6c7fb04 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.7';
+$VERSION = '3.8git';
#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 c04ae77..bc8ca7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeside (3.8git~20150626-1) UNRELEASED; urgency=low
+
+ * Testing version of freeside.
+
+ -- Jeremy Davis <jeremyd-debian at freeside.biz> Fri, 26 Jun 2015 18:04:36 -0500
+
freeside (3.7git~20150221-1) UNRELEASED; urgency=low
* Testing version of freeside.
-----------------------------------------------------------------------
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