diff --git a/Makefile.vars b/Makefile.vars index 504ca3b..6c26965 100755 --- a/Makefile.vars +++ b/Makefile.vars @@ -23,7 +23,7 @@ # Project version. MAJOR := 3 MINOR := 0 - INDEV := yes + INDEV := # Project version string. VERSION := $(MAJOR).$(MINOR)$(if $(INDEV),-indev)