summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-26 16:38:27 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-26 16:38:27 -0700
commit486a5bc9dce792b34889411617ef7ebf535b93c7 (patch)
tree84261de1d59c9be5ef62f2049620f976bb0118f1 /FS/FS.pm
parent34725fae4e3c05e7d483b9379da72f0a91765106 (diff)
2.3.8 happened
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 2454c2654..a7164c570 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '2.3.8';
+$VERSION = '2.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