3.8 Release
authorJeremy Davis <jeremyd@freeside.biz>
Wed, 20 Jan 2016 14:57:27 +0000 (09:57 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Wed, 20 Jan 2016 14:57:27 +0000 (09:57 -0500)
FS/FS.pm

index 6c7fb04..c65c7f7 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 = '3.8git';
+$VERSION = '3.8';
 
 #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