X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=134a34cb29aa4b8ab551730be5b417f2fcb77900;hp=04311e57d4667ced88b86d9900294457978d2667;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=2c5aa117162ef4dfce93da42ea3391dcdece4bb9 diff --git a/FS/FS.pm b/FS/FS.pm index 04311e57d..134a34cb2 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.0~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