X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=6c7fb04a55f1b59d6a0ce20480c4d1c350f3d5f9;hb=ac07dfa491181046e8dd2881d6093da9e8d3616f;hp=e2d54d6bd31a7bf1f5275081ff98c633f232bb49;hpb=96a06f1743cf1215a41bd5391d9604a178ad5b54;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index e2d54d6bd..6c7fb04a5 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.7git'; +$VERSION = '3.8git'; #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