summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2016-02-05 16:40:02 -0500
committerJeremy Davis <jeremyd@freeside.biz>2016-02-05 16:40:02 -0500
commit408c637b521e7247a40cda23a7a407be8cb09584 (patch)
tree89d5e4b8baabb1c6eb629ffabb107a7f29d1596e /FS/FS.pm
parent6eddd253985f4c90b65c4a211b3ec9620a9b1bc9 (diff)
3.91git
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 cfc35a577..d98a7e847 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.9';
+$VERSION = '3.91git';
#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