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 d0cfb399cc1601b238861cea5743021b266be7b2
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Sat Mar 22 18:58:22 2025 +0000
evisum: Bump up the version
---
NEWS | 6 ++++++
VERSION | 2 +-
meson.build | 4 ++--
src/bin/ui/evisum_ui_util.c | 1 +
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 5433192..3824c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Evisum 0.6.4
+============
+
+ * Work in progress.
+
============
Evisum 0.6.3
============
diff --git a/VERSION b/VERSION
index 844f6a9..d2b13eb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.3
+0.6.4
diff --git a/meson.build b/meson.build
index 983c89e..959f1b9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
##### Project
project('evisum', 'c',
- version : '0.6.3',
+ version : '0.6.4',
meson_version : '>= 0.56.0')
efl_version = '>= 1.27.0'
@@ -53,7 +53,7 @@ cfg.set_quoted('PACKAGE_VERSION', meson.project_version())
cfg.set_quoted('PACKAGE_DATA_DIR', join_paths(dir_data, 'evisum'))
if translate_enabled
- message('Intl Support Enabled')
+ message('Language Translation Support Enabled')
subdir('po')
endif
diff --git a/src/bin/ui/evisum_ui_util.c b/src/bin/ui/evisum_ui_util.c
index 91303f2..85ab49e 100644
--- a/src/bin/ui/evisum_ui_util.c
+++ b/src/bin/ui/evisum_ui_util.c
@@ -386,6 +386,7 @@ evisum_about_window_show(void *data)
"The greatest of all time...",
"Remember to take your medication!",
"Choose love!",
+ "Schizophrenia!!!",
"I endorse this message!",
"Hack the planet!",
"Remember what you need to carry!"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.