From: Jeremy Davis Date: Thu, 23 Oct 2014 14:06:30 +0000 (-0400) Subject: 3.5git X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=474291d3c27643d173620736babf7c760af98d8f 3.5git --- diff --git a/FS/FS.pm b/FS/FS.pm index 33f25b766..4b0bf8ff4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.4'; +$VERSION = '3.5git'; #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