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