summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-06 17:15:17 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-06 17:15:17 -0500
commit4c8c3c5166ee6949c3b3339b12b1985d95330bc4 (patch)
tree19d4143acde18b3540ec2f4edc0f37def483c041
parent02b8d7a9f1689ccd74d749bc18ed2d0d17447925 (diff)
3.2
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index e450492ea..2d751efe4 100644
--- 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