summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2016-02-05 14:11:17 -0500
committerJeremy Davis <jeremyd@freeside.biz>2016-02-05 14:11:17 -0500
commit6eddd253985f4c90b65c4a211b3ec9620a9b1bc9 (patch)
treec4f04927d741397d398b24fd7f12d83f1f546e13 /FS/FS.pm
parentfc299d99343e617911adc2aaf8de3063cbf4ab2a (diff)
3.9 Release
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 ff46d60d3..cfc35a577 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.9git';
+$VERSION = '3.9';
#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