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 3f4c7f37d..4c688ea55 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.5';
+$VERSION = '3.6git';
#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 dc027a0ca..48650bc44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freeside (3.6git~20141209-1) UNRELEASED; urgency=low
+
+ * Testing version of freeside.
+
+ -- Jeremy Davis <jeremyd-debian@freeside.biz> Thu, 18 Feb 2014 15:50:36 -0500
+
freeside (3.5git~20141024-1) UNRELEASED; urgency=low
* Testing version of freeside.