summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2016-01-20 11:45:16 -0500
committerJeremy Davis <jeremyd@freeside.biz>2016-01-20 11:45:16 -0500
commitbe73fe42b56124f80776856d8938967892bf21fb (patch)
tree6e1e45f01dbf25d8c93c81c8660e93f3a37fe675 /FS/FS.pm
parent7a63702b8123e553464ee1df8b21ddf72d76df18 (diff)
3.9git
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index c65c7f7b4..ff46d60d3 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.8';
+$VERSION = '3.9git';
#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