From e121cb0aafeb62165eab8db8e9fd5f6fbde0aeef Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 11 Jul 2020 19:03:24 +0100 Subject: [PATCH] version: prepare minor release. Fixes as per NEWS. --- NEWS | 12 ++++++++++++ VERSION | 2 +- meson.build | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6d4b59d..81609dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +============ +Evisum 0.5.1 +============ + + * OpenBSD improvements. + * Fix some 64-bit memory calculation issues. + * Split out the machine querying code. + * macOS improvements. + * Under-the-hood cosmetic changes. + * Credit photograph appropriately (about). + * Bug fixes. + ============ Evisum 0.5.0 ============ diff --git a/VERSION b/VERSION index 8f0916f..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/meson.build b/meson.build index 9f4a777..851c0cc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.5.0', + version : '0.5.1', meson_version : '>= 0.40.0') efl_version = '>= 1.22.0'