X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9ee5fc9447fbe0ad7353781a5a582b7afda6680c;hb=c649441b5fdab63a35cdfe3907b486630af658bb;hp=cfc35a577d8143c0d0350ac10a4a3dd5185b1f9d;hpb=6eddd253985f4c90b65c4a211b3ec9620a9b1bc9;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index cfc35a577..9ee5fc944 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.9'; +$VERSION = '3.93~git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done