From: Jeremy Davis Date: Wed, 20 Jan 2016 14:57:27 +0000 (-0500) Subject: 3.8 Release X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7a63702b8123e553464ee1df8b21ddf72d76df18 3.8 Release --- diff --git a/FS/FS.pm b/FS/FS.pm index 6c7fb04a5..c65c7f7b4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.8git'; +$VERSION = '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