This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 73d8337eda9e2c7ef2a8650987bbf0d85adce1fe
Author: Alastair Poole <[email protected]>
AuthorDate: Thu Apr 30 12:02:42 2026 +0100
REL: 2.0.4
---
NEWS | 7 +++++++
VERSION | 2 +-
meson.build | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index c0bb233..e057720 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+============
+Evisum 2.0.4
+============
+
+ * Fix build with stricter CFLAGS.
+ * Fix flickering of process view.
+
============
Evisum 2.0.3
============
diff --git a/VERSION b/VERSION
index 50ffc5a..2165f8f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.3
+2.0.4
diff --git a/meson.build b/meson.build
index a4937bc..7366450 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
##### Project
project('evisum', 'c',
- version : '2.0.3',
+ version : '2.0.4',
meson_version : '>= 0.56.0')
efl_version = '>= 1.27.0'
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.