From: Ivan Kohler Date: Thu, 11 May 2017 20:54:27 +0000 (-0700) Subject: 3.93~git X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b01ab86a3b25fa9c89aa2afd91646c59505318a4 3.93~git --- diff --git a/FS/FS.pm b/FS/FS.pm index 9e5b13ba4..9ee5fc944 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.92'; +$VERSION = '3.93~git'; #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