summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-01-05 15:48:47 -0800
committerIvan Kohler <ivan@freeside.biz>2013-01-05 15:48:47 -0800
commit53b9ba47322ee112b3f259006ce1eeb8410904b9 (patch)
tree2225b1775c25bee4b8e0ed4f0df3e3dc567f784a /FS/FS.pm
parent7a618d4493ab7a87f6eabfd1ce3630a6b3436c2f (diff)
3.0
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 2d963b5..2517c1f 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.0git';
+$VERSION = '3.0';
#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