From: Jeremy Davis Date: Wed, 28 May 2014 14:04:34 +0000 (-0400) Subject: 3.4git X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7906b13f3c1f4037dc45f9046e700a2a39add164 3.4git --- diff --git a/FS/FS.pm b/FS/FS.pm index d90789774..d62b5c224 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.3'; +$VERSION = '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