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