From: Jeremy Davis Date: Sat, 21 Feb 2015 17:13:11 +0000 (-0500) Subject: 3.7git X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=96a06f1743cf1215a41bd5391d9604a178ad5b54;hp=568b2f8811d82cb1f8535220733f03ac0fa11494;p=freeside.git 3.7git --- diff --git a/FS/FS.pm b/FS/FS.pm index 770bfd4e4..e2d54d6bd 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.6'; +$VERSION = '3.7git'; #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