3.5 Release
authorJeremy Davis <jeremyd@freeside.biz>
Tue, 9 Dec 2014 12:37:53 +0000 (07:37 -0500)
committerJeremy Davis <jeremyd@freeside.biz>
Tue, 9 Dec 2014 12:37:53 +0000 (07:37 -0500)
FS/FS.pm

index 4b0bf8f..3f4c7f3 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.5git';
+$VERSION = '3.5';
 
 #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