From: Jeremy Davis Date: Fri, 26 Jun 2015 19:05:58 +0000 (-0400) Subject: 3.7 Release X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5bdc08bfccba27e88ac3c5467f8b57f9a6ee1702 3.7 Release --- diff --git a/FS/FS.pm b/FS/FS.pm index e2d54d6bd..3811def2e 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.7git'; +$VERSION = '3.7'; #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