From a5176b5bbb1c38869fe4009eb73ecc23a4e18909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 6 Sep 2020 05:16:24 +0200 Subject: [PATCH] Bump version, update NEWS --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1bcae4a..610609f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +1.1.1 (2020-09-06) + + * Fix a dysfunctional example in the manual + + * Go: write the xref table in a deterministic order + + * Add a trivial test suite, based on pdfsig from poppler-utils + + 1.1 (2020-09-05) * Make it possible to change the signature reservation with an option diff --git a/meson.build b/meson.build index 469d726..b9d18ad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pdf-simple-sign', 'cpp', default_options : ['cpp_std=c++11'], - version : '1.1') + version : '1.1.1') conf = configuration_data() conf.set('PROJECT_NAME', '"' + meson.project_name() + '"')