From 926c738164a711fd8d1193fa922f287d79716158 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 18 Sep 2021 10:52:12 +0100 Subject: [PATCH] Buildsystem: Bump version for v1.2.1 release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08a6d20..6725eff 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # the release branch, set VESION_DEVEL to 0, and tag the release. VERSION_MAJOR = 1 VERSION_MINOR = 2 -VERSION_PATCH = 0 +VERSION_PATCH = 1 VERSION_DEVEL = 1 VERSION_STR = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)