summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-04 14:27:03 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-04 14:27:03 -0700
commit0a847ef34e29f867dea12cd0bc59d39eb38cdda1 (patch)
treee61f9d70997e66ccdebf0305e242875e844cdcb9 /FS/FS.pm
parent507f1933d20b58119cc8a23f673070ae69422fc2 (diff)
v5
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 04311e5..9c36f87 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.0git';
+$VERSION = '5.0git';
#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