3.5git
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 23 Oct 2014 14:06:30 +0000 (10:06 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 23 Oct 2014 14:06:30 +0000 (10:06 -0400)
FS/FS.pm

index 33f25b7..4b0bf8f 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.4';
+$VERSION = '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