X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9e5b13ba4bb7b58aad599546680e9f173a14a132;hb=0cc73df2d8ca19b1f8c2fc93bd4f2468b738b969;hp=c17cd9302cadcf491dbb806b7791c083f453fdae;hpb=dd72ad399c69875b14703e9086f8cedb88acb518;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index c17cd9302..9e5b13ba4 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'; #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