X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=c17cd9302cadcf491dbb806b7791c083f453fdae;hb=f0cf935a32a2e0186dfff6c30513693965a68cf9;hp=c65c7f7b42ac2a9e74f5ea335be5c1578834af3e;hpb=7a63702b8123e553464ee1df8b21ddf72d76df18;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index c65c7f7b4..c17cd9302 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.91~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