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