]> mj.ucw.cz Git - paperjam.git/commitdiff
Release as 1.2.1 master v1.2.1
authorMartin Mares <mj@ucw.cz>
Fri, 4 Oct 2024 09:10:53 +0000 (11:10 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 4 Oct 2024 09:10:53 +0000 (11:10 +0200)
Makefile

index 00337d8538fbfa03a526da4a1e9d0e8626de0c3c..b2447b591762bfbb84ccfa5a8315bd707cdb88ee 100644 (file)
--- 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 '<unknown>' ; fi)