X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9c55a8eaa307184963f8ae61b524268e18afa43a;hb=5c619fec0cb5d8adbce182d91c7c6a22d6725bcf;hp=2ea76a5061d2ff2aec6a8b1d115fba3b887bf59b;hpb=9c7eb040f7011ed751ea8615f738acb6240ffdca;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 2ea76a506..9c55a8eaa 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.4git'; +$VERSION = '2.3.7git'; #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