From: Ivan Kohler Date: Fri, 10 May 2013 08:05:04 +0000 (-0700) Subject: master will be 4.0 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7b5a266236857fbb4bbf8d4ac3031c3fec75cac2 master will be 4.0 --- diff --git a/FS/FS.pm b/FS/FS.pm index d8bc33347..77dd4ff20 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.1git'; +$VERSION = '4.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