2.3.4 happened
authorIvan Kohler <ivan@freeside.biz>
Sat, 20 Oct 2012 10:19:09 +0000 (03:19 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 20 Oct 2012 10:19:09 +0000 (03:19 -0700)
FS/FS.pm

index 4ee1acb..ccb015b 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '2.3.4';
+$VERSION = '2.3.5git';
 
 #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