diff --git a/Makefile b/Makefile index 893dfb7..179bc81 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 0 VERSION_PATCH = 1 -VERSION_DEVEL = 1 +VERSION_DEVEL = 0 VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) # Default variant depends on whether it's a development build.