From: Ivan Kohler Date: Wed, 24 Jul 2013 20:44:36 +0000 (-0700) Subject: 3.1 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e716d2c9a2f213caf3ff767546804f26dd1d3d6d;p=freeside.git 3.1 --- diff --git a/FS/FS.pm b/FS/FS.pm index ed8a8a3d2..e33b576c9 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.1git'; +$VERSION = '3.1'; #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