From: Ivan Kohler Date: Sun, 6 Jan 2013 05:24:39 +0000 (-0800) Subject: the future is now X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8a54677fd5dfcc1e55188374b206de24275fd780 the future is now --- diff --git a/FS/FS.pm b/FS/FS.pm index 2517c1fd6..f2e37fd83 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