From: Ivan Kohler Date: Thu, 26 Sep 2013 23:36:51 +0000 (-0700) Subject: 2.3.8 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=34725fae4e3c05e7d483b9379da72f0a91765106;p=freeside.git 2.3.8 --- diff --git a/FS/FS.pm b/FS/FS.pm index 5a4483533..2454c2654 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.8git'; +$VERSION = '2.3.8'; #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