summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-02-07 12:14:18 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-02-07 12:14:18 -0500
commit8f6ff231e419250cb3bb75b5048649f0eb396a63 (patch)
tree544297504d8cce41eb6167d35b8a2640ebcb2084
parentbe0423a5619d99327876d1704df6f5a9d455fae5 (diff)
3.3git
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 2d751efe4..d60baf35b 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.2';
+$VERSION = '3.3git';
#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