From c9930cabb2fc5b4f2d07ce4a62371d65569e5370 Mon Sep 17 00:00:00 2001 From: Christopher Li Date: Sun, 11 Oct 2009 11:18:37 -0700 Subject: Sparse 0.4.2 Signed-off-by: Christopher Li --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 70ccbc9..571673e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.4.1 +VERSION=0.4.2 OS = linux @@ -148,7 +148,7 @@ clean: clean-check rm -f *.[oa] .*.d *.so $(PROGRAMS) $(SLIB_FILE) pre-process.h sparse.pc dist: - @if test "`git describe`" != "$(VERSION)" ; then \ + @if test "`git describe`" != "v$(VERSION)" ; then \ echo 'Update VERSION in the Makefile before running "make dist".' ; \ exit 1 ; \ fi -- cgit v1.2.3-65-gdbad