X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=d62b5c224d179b746186eec7d89050974a45781c;hb=9b27a2b16c37b060ef48029581e4196990a9963b;hp=d90789774509f5f784e489e015d4bcc8aec308b1;hpb=eafc26d312b2d7d392f117b946d63a19166bda63;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d90789774..d62b5c224 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.3'; +$VERSION = '3.4git'; #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