summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-05 14:04:39 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-05 14:04:39 -0700
commit037f8c902b3ffe615cae0ced97088862da8fc34e (patch)
treedd07cee1c6e10a648cbe5c01fdfbf08b35bc536a /FS
parent96dc42398cb1ee00dc86095d1c2171f74ea760aa (diff)
4.1
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 c8ab27ec8..2f712dec4 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.1~git';
+$VERSION = '4.1';
#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