3.3
authorJeremy Davis <jeremyd@freeside.biz>
Tue, 27 May 2014 18:33:12 +0000 (14:33 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Tue, 27 May 2014 18:33:12 +0000 (14:33 -0400)
FS/FS.pm

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