From: Ivan Kohler Date: Thu, 28 Mar 2013 18:23:41 +0000 (-0700) Subject: 3.0 happened X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=23f228d5db4ae99722235a8739aea046a0b434cd 3.0 happened --- diff --git a/FS/FS.pm b/FS/FS.pm index a62dd0b4c..d8bc33347 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.0'; +$VERSION = '3.1git'; #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