From 4c966dab63c85535e2df1ba5ce268189a449542c Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Tue, 7 Mar 2023 17:10:44 +0100 Subject: [PATCH] Release v2.0.0 --- CHANGES.md | 1 - Version.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 04bceb7..bd7c026 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,6 @@ For a full list of changes, see the [git commit log][log] ## v2.0.0 - * In development ### This is major version upgrade incompatible with previous 1.x versions diff --git a/Version.mk b/Version.mk index e8aba0a..a41f95c 100644 --- a/Version.mk +++ b/Version.mk @@ -19,4 +19,4 @@ VERSION_MINOR = 0 VERSION_PATCH = 0 VERSION_MICRO = 0 # Set to zero for non dev versions -VERSION_DEVEL = 1 +VERSION_DEVEL = 0