X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=5bae6c71ace3ee97f2d0c793cc2d8b7609b49c91;hb=684fd70a1f553f5c2db9dc2719f503581481d50a;hp=30008d59831cacf317d13765251f4ce8d0c12ccf;hpb=ec2f9c4ac6aaf879abe61444041ca8739621a415;p=freeside.git diff --git a/Makefile b/Makefile index 30008d598..5bae6c71a 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.1.3cvs +VERSION=2.1.3 TAG=freeside_2_1_3 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 @@ -394,7 +394,7 @@ clean: make clean check-conflicts: - ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler. '^=======$$' . + ! grep -r --exclude='*config.log*' '--exclude=*config.status*' --exclude=gnupg_details_on_output_formats '--exclude=*mason_handler*' '^=======$$' . #these are probably only useful if you're me...