diff --git a/Makefile b/Makefile index 1e36e192..9cb8e9d0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 17 +CURRENT_VERSION_MINOR = 18 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)