summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-10-23 09:44:06 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-10-23 09:44:06 -0400
commitaa96a06f756fc0b5b6e047b6b6d3e6cf4fa8f523 (patch)
tree914231f6d5c2b73ee8c60113d5fa4643ae0b62ed /FS/FS.pm
parent5c81738c095b59a9d3370a490320777f0bf0743a (diff)
3.4 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 3c003c355..33f25b766 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.4git';
+$VERSION = '3.4';
#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