From a48542c8e225a9caf3e3f181d2d575abdac7ad38 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 11 Feb 2020 22:43:00 +0100 Subject: [PATCH] Released as version 1.1 --- Makefile | 4 ++-- NEWS | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.2