From 499d1e990869455de30a706eb2ee6a2ad60900ab Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 21 Nov 2021 13:41:41 +0000 Subject: [PATCH] Version: Set release flag for libcyaml 1.3.0 release. Signed-off-by: Michael Drake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1c9d30..8e0acc0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 3 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.