summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-12-09 07:37:53 -0500
committerJeremy Davis <jeremyd@freeside.biz>2014-12-09 07:37:53 -0500
commit8ff122f7bf0a98393f6164817e83d7916754b685 (patch)
tree5b3b70edd55191c233f652fe0b4452e78797de04 /FS/FS.pm
parentbf1cbb7037423fe6bec6229858cbe4279b6f5866 (diff)
3.5 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 4b0bf8ff4..3f4c7f37d 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.5git';
+$VERSION = '3.5';
#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