From: Ivan Kohler Date: Thu, 4 Jun 2015 21:27:03 +0000 (-0700) Subject: v5 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0a847ef34e29f867dea12cd0bc59d39eb38cdda1;ds=sidebyside v5 --- 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