summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-02 16:16:58 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-02 16:16:58 -0700
commit0f1084cfeb92d7f0d381f73654e409414d2a9c88 (patch)
tree2d9c75c10794393e7fc4f4ebd3d466069c2ffd92 /FS
parentd4fe5d9ed55d327eec1aec66bd2e801cdb4fac2c (diff)
2.3.7
Diffstat (limited to 'FS')
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 9c55a8eaa..d54f55de9 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '2.3.7git';
+$VERSION = '2.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