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