From: Martin Mares Date: Tue, 11 Feb 2020 21:43:00 +0000 (+0100) Subject: Released as version 1.1 X-Git-Tag: v1.1.1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a48542c8e225a9caf3e3f181d2d575abdac7ad38;p=paperjam.git Released as version 1.1 --- diff --git a/Makefile b/Makefile index 9f5f829..35e54a6 100644 --- 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 '' ; fi) diff --git a/NEWS b/NEWS index 7d897f4..0f12985 100644 --- 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.