summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-28 11:23:41 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-28 11:23:41 -0700
commit23f228d5db4ae99722235a8739aea046a0b434cd (patch)
tree75cdb38526f64a93f525380a6d43b9db01336121 /FS/FS.pm
parente71a8fbc7e88c05b22584040e4aab1f24655b921 (diff)
3.0 happened
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 a62dd0b4c..d8bc33347 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.0';
+$VERSION = '3.1git';
#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