]> mj.ucw.cz Git - paperjam.git/commitdiff
Released as version 1.1 v1.1.1
authorMartin Mares <mj@ucw.cz>
Tue, 11 Feb 2020 21:43:00 +0000 (22:43 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 11 Feb 2020 21:43:00 +0000 (22:43 +0100)
Makefile
NEWS

index 9f5f829904a34acfe632d8ad1369c1ba347d00e1..35e54a6c25e2f98c7fb8bcbcf36820a754285515 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=1.1
-YEAR=2018
+VERSION=1.1.1
+YEAR=2020
 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)
 
diff --git a/NEWS b/NEWS
index 7d897f4f87bfdced3f27570f5de0c72df71e35df..0f12985574d1b4d58c32ff146723097aa66dc411 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.1.1 (2020-02-11)
+
+  o  Several minor bug fixes, especially wrt. newer C++ compilers.
+
 Version 1.1 (2018-07-01)
 
   o  Added the "slice" command.