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 da072578b129c9cafc87040f601ff3d9fafdcb23
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Wed Mar 5 20:56:07 2025 +0000
NEWS: Update news.
Add a fortune.
---
NEWS | 2 ++
meson.build | 2 +-
src/bin/ui/ui_util.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d067feb..3637d05 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ Evisum 0.6.2
* Remove horrible desktop files.
* Update README use markdown.
+ * Allow parent process selection from process view.
+ * General fixes.
============
diff --git a/meson.build b/meson.build
index 253b4db..cd712c5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
##### Project
project('evisum', 'c',
- version : '0.6.1',
+ version : '0.6.2',
meson_version : '>= 0.40.0')
efl_version = '>= 1.27.0'
diff --git a/src/bin/ui/ui_util.c b/src/bin/ui/ui_util.c
index 07727ba..39ee008 100644
--- a/src/bin/ui/ui_util.c
+++ b/src/bin/ui/ui_util.c
@@ -394,7 +394,7 @@ evisum_about_window_show(void *data)
"<font color=#ffffff>"
"<align=center>"
"<b>"
- "Copyright © 2019-2021, 2024. Alastair Poole <nets...@gmail.com><br>"
+ "Copyright © 2019-2021, 2024-2025. Alastair Poole <nets...@gmail.com><br>"
"<br>"
"</b>"
"</>"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.