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'