X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS.pm;h=2d963b54f7c8b56b8673d5c03be3f3d8ec938770;hb=eb70a0b5a299e8e77e64cd10ee515270fbe14044;hp=f2e37fd83cc391571905a9d572c7ca6be978cf75;hpb=8a54677fd5dfcc1e55188374b206de24275fd780;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index f2e37fd83..2d963b54f 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.1git'; +$VERSION = '3.0git'; #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