v5
authorIvan Kohler <ivan@freeside.biz>
Thu, 4 Jun 2015 21:27:03 +0000 (14:27 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 4 Jun 2015 21:27:03 +0000 (14:27 -0700)
FS/FS.pm

index 04311e5..9c36f87 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '4.0git';
+$VERSION = '5.0git';
 
 #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
 
 #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