summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-06-26 15:05:58 -0400
committerJeremy Davis <jeremyd@freeside.biz>2015-06-26 15:05:58 -0400
commit5bdc08bfccba27e88ac3c5467f8b57f9a6ee1702 (patch)
tree6879dd9b835b9757a38d14eb7b230ce177be4f2c /FS/FS.pm
parent3b0c7f613cf14e4c90e9df067b063c2625cb194f (diff)
3.7 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 e2d54d6bd..3811def2e 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.7git';
+$VERSION = '3.7';
#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