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