X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=bf3f3d7a131f5e079ba357dc6129f15ea18d141f;hb=f07729b883f93aab6eaf4dffaa9b725e36c6852a;hp=f06b6313499ed69c5434bc48517fbbb2f6e420d4;hpb=358e3f42903fab6d361a12b7d2e90acf6804b41a;p=freeside.git diff --git a/Makefile b/Makefile index f06b63134..bf3f3d7a1 100644 --- a/Makefile +++ b/Makefile @@ -123,8 +123,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.1.0 -TAG=freeside_2_1_0 +VERSION=2.1.1cvs +TAG=freeside_2_1_1 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}