summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2016-01-20 09:57:27 -0500
committerJeremy Davis <jeremyd@freeside.biz>2016-01-20 09:57:27 -0500
commit7a63702b8123e553464ee1df8b21ddf72d76df18 (patch)
treec8457c7a1c45077edbcf357cc6f4b0a09498f3f2
parentb75d4effa02e2fe7754e7f6aec5b607126086751 (diff)
3.8 Release
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 6c7fb04a5..c65c7f7b4 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.8git';
+$VERSION = '3.8';
#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