Print this page
10703 smatch unreachable code checking needs reworking
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

@@ -1,6 +1,6 @@
-VERSION=0.5.1-il-4
+VERSION=0.5.1-il-5
 
 # 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)")