3.2
authorJeremy Davis <jeremyd@freeside.biz>
Thu, 6 Feb 2014 22:15:17 +0000 (17:15 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Thu, 6 Feb 2014 22:15:17 +0000 (17:15 -0500)
FS/FS.pm

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