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 3ab049ae2..4d35a813a 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 5bd2e8560..e3c718c7f 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@420.am> Wed, 10 Aug 2016 17:28:10 -0700
+
freeside (3.91-1) unstable; urgency=low
[ Jeremy Davis ]