From: Jeremy Davis Date: Wed, 2 Apr 2014 15:26:18 +0000 (-0400) Subject: 2.3.10git X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7d6818c03f5137848e9459d6943323c21ebdca8b 2.3.10git --- diff --git a/FS/FS.pm b/FS/FS.pm index 14216ba28..76dd77d94 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.9'; +$VERSION = '2.3.10git'; #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