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