netstar pushed a commit to tag v0.5.13.

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

commit d91d6e809c65623bbb8b982363a6d623e10d3d20
Author: Alastair Poole <nets...@gmail.com>
Date:   Tue Apr 20 15:34:10 2021 +0100

    NEWS: Bug fix translate.
    
    People like numbers...
---
 NEWS        | 7 +++++++
 README      | 2 +-
 VERSION     | 2 +-
 meson.build | 2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 8ee5624..a9193a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+=============
+Evisum 0.5.13
+=============
+
+  * Fix small bug.
+  * Translations by maxerba.
+
 =============
 Evisum 0.5.12
 =============
diff --git a/README b/README
index 1d30e94..a6017b7 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Evisum - System Monitor.
 
 This is a process and system monitor for Linux, OpenBSD, FreeBSD and
 DragonFlyBSD. It is server-client based and includes rudimentary tools for
-process, CPU, memory, storage and sensor querying. The current set of
+process, CPU, memory, network, storage and sensor querying. The current set of
 features aims to reach a common denominator between the three popular and
 viable Unix-like operating systems at this time: Linux, FreeBSD and OpenBSD.
 
diff --git a/VERSION b/VERSION
index 3f299b8..964783a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.99.99
+0.5.13
diff --git a/meson.build b/meson.build
index b3bdd34..9c486d8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 ##### Project
 project('evisum', 'c',
-        version       : '0.5.99.99',
+        version       : '0.5.13',
         meson_version : '>= 0.40.0')
 
 efl_version = '>= 1.22.0'

-- 


Reply via email to