netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=e121cb0aafeb62165eab8db8e9fd5f6fbde0aeef

commit e121cb0aafeb62165eab8db8e9fd5f6fbde0aeef
Author: Alastair Poole <nets...@gmail.com>
Date:   Sat Jul 11 19:03:24 2020 +0100

    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'

-- 


Reply via email to