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