X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=ff46d60d360cd93a8290beb0fe26fff279ed3b78;hb=be73fe42b56124f80776856d8938967892bf21fb;hp=4c688ea5594aec067d254d05ae58a1734a753390;hpb=0f69a0c57be1409ddc1714eec396f1bc4080b75d;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 4c688ea55..ff46d60d3 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.6git'; +$VERSION = '3.9git'; #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