From: Ivan Kohler Date: Sun, 3 Jun 2012 20:37:16 +0000 (-0700) Subject: 2.3.3 happened X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e151d7233a75c942a4a6cc57a4804d29c897aa33;p=freeside.git 2.3.3 happened --- diff --git a/FS/FS.pm b/FS/FS.pm index 1aa10c1a8..f903b408c 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.3'; +$VERSION = '2.3.4git'; #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