summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2015-02-21 07:52:42 -0500
committerJeremy Davis <jeremyd@freeside.biz>2015-02-21 07:52:42 -0500
commit568b2f8811d82cb1f8535220733f03ac0fa11494 (patch)
treed49794b87c2900f1060fcc6db98cb2e59434661b
parent09e75cf2902b0daa996e69fb70b86be4ff1ae8a1 (diff)
3.6 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 4c688ea55..770bfd4e4 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.6git';
+$VERSION = '3.6';
#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