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