X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a06e0f35c38d11feca032b3dd71a630348505ed7;hb=6db4630fac0b21b8fe9afa6d0050230f75c8e0c4;hp=0574ca0ab543463ab3ac794cddda3cf058576c61;hpb=e7c1a3e1534f3fc4750dfb55afffb054dd07b709;p=freeside.git diff --git a/Makefile b/Makefile index 0574ca0ab..a06e0f35c 100644 --- a/Makefile +++ b/Makefile @@ -121,9 +121,9 @@ RT_PATH = /opt/rt3 #only used for dev kludge now, not a big deal FREESIDE_PATH = `pwd` -PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.0/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.1.0cvs +VERSION=2.1.0 TAG=freeside_2_1_0 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 @@ -405,7 +405,7 @@ release: cvs commit -m "Updated for ${VERSION}" debian/changelog # Make sure other people's changes are pulled in! - cvs update -d -P + cvs update -d -P || true #it exits 1... # Tag the release #cvs tag ${TAG}