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