From: Ivan Kohler Date: Sat, 20 Oct 2012 05:11:22 +0000 (-0700) Subject: 2.3.4 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7a4bb60025ac0566edf2f32b102e424bd2ebe21a;p=freeside.git 2.3.4 --- diff --git a/FS/FS.pm b/FS/FS.pm index 2ea76a506..4ee1acb58 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.4git'; +$VERSION = '2.3.4'; #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