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