summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-05 23:49:47 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-05 23:49:47 -0800
commiteb70a0b5a299e8e77e64cd10ee515270fbe14044 (patch)
treef17b34239474e605c605988943652e7cfdbbd688 /FS/FS.pm
parent8a54677fd5dfcc1e55188374b206de24275fd780 (diff)
rewind selektah
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 f2e37fd..2d963b5 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.1git';
+$VERSION = '3.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