From f42e0e59fb7a15de4986df98f868742460cf7c23 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 4 Oct 2024 11:10:53 +0200 Subject: [PATCH] Release as 1.2.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00337d8..b2447b5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=1.2 -YEAR=2022 +VERSION=1.2.1 +YEAR=2024 BUILD_DATE:=$(shell date '+%Y-%m-%d') BUILD_COMMIT:=$(shell if git rev-parse >/dev/null 2>/dev/null ; then git describe --always --tags ; else echo '' ; fi) -- 2.39.5