From 227bbe04581541d8e97b7306a81c05fa2894841b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 May 2021 10:56:26 +0100 Subject: [PATCH] Version: Set release flag for libcyaml 1.2.0 release. Signed-off-by: Michael Drake --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13f3ab2..ab7c5c0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 2 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.