From: Ivan Kohler Date: Thu, 28 Mar 2013 18:05:52 +0000 (-0700) Subject: 2.3.6 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f35e1ce2fc03eb4e9c7a3456db57c0e670101a16;p=freeside.git 2.3.6 --- diff --git a/FS/FS.pm b/FS/FS.pm index ea1bd331b..2c26095bf 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.5'; +$VERSION = '2.3.6'; #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