From: Jeremy Davis Date: Wed, 2 Apr 2014 15:13:24 +0000 (-0400) Subject: 2.3.9 Release X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8ee4fc51420c84714fb4bb24d3be023b7ffb5667 2.3.9 Release --- diff --git a/FS/FS.pm b/FS/FS.pm index 75656ecc0..14216ba28 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.9git'; +$VERSION = '2.3.9'; #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