From: Jeremy Davis Date: Thu, 6 Feb 2014 22:15:17 +0000 (-0500) Subject: 3.2 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4c8c3c5166ee6949c3b3339b12b1985d95330bc4;p=freeside.git 3.2 --- diff --git a/FS/FS.pm b/FS/FS.pm index e450492ea..2d751efe4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.2git'; +$VERSION = '3.2'; #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