summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-05 18:28:20 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-05 18:28:20 -0700
commitf47e7de03e2fc209ce48adcfa0cfa4c04196e81d (patch)
tree5b34403f499eac65e78569c6f38ffdccc2e77ed2 /FS
parent8f75814b4c7e8f136ab2f6cad4b8df25000f3866 (diff)
4.2~git
Diffstat (limited to 'FS')
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 2f712dec4..388cb0ffa 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.1';
+$VERSION = '4.2~git';
#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