X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=4d35a813a6a334bb4cc2899e692e7ab6542eb7d3;hb=3f0e44be5d3d30ca99f169da7ca5622033f704b4;hp=3ab049ae2210b9cab56da2ef8972d2a7dcaa7b5c;hpb=1428a9eac14366d85687d4a525e9c673ef6415b2;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 3ab049ae2..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'; +$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