X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9ee5fc9447fbe0ad7353781a5a582b7afda6680c;hb=0a91d21fcf8ebeb12cd71230d79153c1fa0d82a3;hp=4b0bf8ff48a7d15f82ab96e7286bfc6f2742b322;hpb=474291d3c27643d173620736babf7c760af98d8f;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 4b0bf8ff4..9ee5fc944 100644 --- 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.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