X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=2d297f9e36cee86239258482b61e6de9ab5a5029;hb=68a521bb43e58806109ce1b11d627ea3d6026a06;hp=f4fdaf4c3eaa3ca2592cdc82857c7ffe9049e5eb;hpb=72e2c72117a4a290a0ed675bc28632f4e485261c;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index f4fdaf4c3..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'; +$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