3.0 2.0
authorIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:30:40 +0000 (13:30 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 26 Jan 2013 21:30:40 +0000 (13:30 -0800)
FS/FS.pm

index 2d963b5..2517c1f 100644 (file)
--- 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