summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS.pm2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 3811def2e..6c7fb04a5 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 c04ae7757..bc8ca7b53 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@freeside.biz> Fri, 26 Jun 2015 18:04:36 -0500
+
freeside (3.7git~20150221-1) UNRELEASED; urgency=low
* Testing version of freeside.