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