X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=2d297f9e36cee86239258482b61e6de9ab5a5029;hb=374bd996ca77de6ecfaccea030972f24f76b1d3a;hp=388cb0ffa7eabfa4d3946cc21d58f1da03cf077e;hpb=f47e7de03e2fc209ce48adcfa0cfa4c04196e81d;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 388cb0ffa..2d297f9e3 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.2~git'; +$VERSION = '4.3~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