3.9git
authorJeremy Davis <jeremyd@freeside.biz>
Wed, 20 Jan 2016 16:45:16 +0000 (11:45 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Wed, 20 Jan 2016 16:45:16 +0000 (11:45 -0500)
FS/FS.pm

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