3.4git
authorJeremy Davis <jeremyd@freeside.biz>
Wed, 28 May 2014 14:04:34 +0000 (10:04 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Wed, 28 May 2014 14:04:34 +0000 (10:04 -0400)
FS/FS.pm

index d907897..d62b5c2 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.3';
+$VERSION = '3.4git';
 
 #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