From e2bea44c472719daff095541b22b038fa54c274b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 28 May 2023 11:05:56 +0100 Subject: [PATCH] Version: Set release flag for libcyaml 1.4.1 release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f18ab7..77f2fb3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 4 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.