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