diff --git a/Makefile b/Makefile index 2dce218..3e21617 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 4 VERSION_PATCH = 2 -VERSION_DEVEL = 1 +VERSION_DEVEL = 0 VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) # Default variant depends on whether it's a development build.