X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9ee5fc9447fbe0ad7353781a5a582b7afda6680c;hb=b01ab86a3b25fa9c89aa2afd91646c59505318a4;hp=d98a7e847315897ef8228044c8aba6fd083eeeec;hpb=408c637b521e7247a40cda23a7a407be8cb09584;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d98a7e847..9ee5fc944 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.91git'; +$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