Print this page
11871 smatch should not hammer linux procfs path
Reviewed by: John Levon <john.levon@joyent.com>

@@ -1,6 +1,6 @@
-VERSION=0.5.1-il-5
+VERSION=0.5.1-il-6
 
 # Generating file version.h if current version has changed
 SPARSE_VERSION:=$(shell git describe 2>/dev/null || echo '$(VERSION)')
 VERSION_H := $(shell cat version.h 2>/dev/null)
 ifneq ($(lastword $(VERSION_H)),"$(SPARSE_VERSION)")