X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;fp=FS%2FFS.pm;h=9c36f87f76b30b25a28e7d74b37f23cd81f204c4;hp=04311e57d4667ced88b86d9900294457978d2667;hb=0a847ef34e29f867dea12cd0bc59d39eb38cdda1;hpb=507f1933d20b58119cc8a23f673070ae69422fc2 diff --git a/FS/FS.pm b/FS/FS.pm index 04311e57d..9c36f87f7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0git'; #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