From 029a186dc5b91778e258a12da289227366999a20 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sun, 26 Jul 2020 14:39:01 +0100 Subject: [PATCH] evisum: Prepare for minor release. --- NEWS | 7 +++++++ VERSION | 2 +- meson.build | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 81609dc..62a7fcd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +============ +Evisum 0.5.2 +============ + + * OpenBSD workaround. + * More translations added. + ============ Evisum 0.5.1 ============ diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/meson.build b/meson.build index 851c0cc..a3a2f59 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ ##### Project project('evisum', 'c', - version : '0.5.1', + version : '0.5.2', meson_version : '>= 0.40.0') efl_version = '>= 1.22.0'