From: Martin Mares Date: Fri, 4 Oct 2024 09:10:53 +0000 (+0200) Subject: Release as 1.2.1 X-Git-Tag: v1.2.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f42e0e59fb7a15de4986df98f868742460cf7c23;p=paperjam.git Release as 1.2.1 --- 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)