summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-17 00:46:08 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-17 00:46:08 -0800
commit25c53e7a6e00998d3c0cd03939a893d60260a59c (patch)
treed2793d4997d9899265803c165c43ed6be95c417d
parentedbef131632787b463653a66d96394d1390a1e8b (diff)
4.1
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 3ec3f7653..c8ab27ec8 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.0';
+$VERSION = '4.1~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