X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=4d35a813a6a334bb4cc2899e692e7ab6542eb7d3;hb=ba7725a58fa6c211df8614f57973f49d71d64b80;hp=d98a7e847315897ef8228044c8aba6fd083eeeec;hpb=408c637b521e7247a40cda23a7a407be8cb09584;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d98a7e847..4d35a813a 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.91git'; +$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