From: Jeremy Davis Date: Tue, 27 May 2014 18:33:12 +0000 (-0400) Subject: 3.3 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eafc26d312b2d7d392f117b946d63a19166bda63 3.3 --- diff --git a/FS/FS.pm b/FS/FS.pm index 48a9dc363..d90789774 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.3git'; +$VERSION = '3.3'; #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