X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=4d35a813a6a334bb4cc2899e692e7ab6542eb7d3;hb=70d833ddf56f47fa89f429c6a5e84378da848ff9;hp=c17cd9302cadcf491dbb806b7791c083f453fdae;hpb=eb3b8cfe19d3602634f2d668de2ee4d974d51c59;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index c17cd9302..4d35a813a 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.92~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