summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-05-28 10:04:34 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-05-28 10:04:34 -0400
commit7906b13f3c1f4037dc45f9046e700a2a39add164 (patch)
treea9fb0b4bd77151aa9dd3e5c024a4a807d6b0f6a5 /FS/FS.pm
parent7e58a4e86b9727143e47b4470725f4a4fc4d4ccc (diff)
3.4git
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 d90789774..d62b5c224 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.3';
+$VERSION = '3.4git';
#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