aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Li <sparse@chrisli.org>2009-10-11 11:18:37 -0700
committerChristopher Li <sparse@chrisli.org>2009-10-11 11:18:37 -0700
commitc9930cabb2fc5b4f2d07ce4a62371d65569e5370 (patch)
treeb96a77a24b9af9931b7d2cd9ee3c18345feb8e59
parentsparse: Add GCC pre-defined macros for user-space (diff)
downloadsparse-c9930cabb2fc5b4f2d07ce4a62371d65569e5370.tar.gz
sparse-c9930cabb2fc5b4f2d07ce4a62371d65569e5370.tar.bz2
sparse-c9930cabb2fc5b4f2d07ce4a62371d65569e5370.zip
Sparse 0.4.2
Signed-off-by: Christopher Li <sparse@chrisli.org>
-rw-r--r--Makefile4
1 files 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