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 a9d265efcbddbf24de08318883b1547dcf300522
Author: Alastair Poole <[email protected]>
AuthorDate: Thu Jan 22 15:10:55 2026 +0000

    TXT: Update contact details.
---
 AUTHORS                          | 2 +-
 COPYING                          | 2 +-
 NEWS                             | 7 +++++++
 VERSION                          | 2 +-
 meson.build                      | 2 +-
 po/fr.po                         | 2 +-
 po/pt.po                         | 2 +-
 src/bin/main.c                   | 2 +-
 src/bin/system/machine.c         | 2 +-
 src/bin/system/machine/cpu.x     | 2 +-
 src/bin/system/machine/machine.x | 2 +-
 src/bin/system/machine/memory.x  | 2 +-
 src/bin/system/machine/network.x | 2 +-
 src/bin/system/machine/sensors.x | 2 +-
 src/bin/ui/evisum_ui_util.c      | 2 +-
 15 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 01595db..28c836c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-Alastair Roy Poole <[email protected]>
+Alastair Poole <[email protected]>
 
 Icons:
 
diff --git a/COPYING b/COPYING
index 5fbbb24..1a379c3 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
- Copyright (c) 2018-2021, 2024-25 Alastair Roy Poole <[email protected]>
+ Copyright (c) 2018-2021, 2024-26 Alastair Poole <[email protected]>
 
  Permission to use, copy, modify, and distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
diff --git a/NEWS b/NEWS
index 0c5d832..af1bb35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+============
+Evisum 0.6.6
+============
+
+  * Update contact address.
+  * ...
+
 ============
 Evisum 0.6.5
 ============
diff --git a/VERSION b/VERSION
index ef5e445..05e8a45 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.5
+0.6.6
diff --git a/meson.build b/meson.build
index 596b356..5813a78 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 ##### Project
 project('evisum', 'c',
-        version       : '0.6.5',
+        version       : '0.6.6',
         meson_version : '>= 0.56.0')
 
 efl_version = '>= 1.27.0'
diff --git a/po/fr.po b/po/fr.po
index e3fc669..a75e896 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,7 +1,7 @@
 # French translation for Evisum.
 # Copyright (C) 2020 Alastair "netstar" Poole
 # This file is distributed under the same license as the evisum package.
-# Alastair Poole <[email protected]>, 2020.
+# Alastair Poole <[email protected]>, 2020.
 # similar <[email protected]>, 2020, 2021, 2024.
 #
 msgid ""
diff --git a/po/pt.po b/po/pt.po
index 9779ab9..b2730f1 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -1,7 +1,7 @@
 # Portuguese translation for Evisum.
 # Copyright (C) 2020 Alastair "netstar" Poole
 # This file is distributed under the same license as the evisum package.
-# Alastair Poole <[email protected]>, 2020.
+# Alastair Poole <[email protected]>, 2020.
 # Hugo Carvalho <[email protected]>, 2023, 2024.
 #
 msgid ""
diff --git a/src/bin/main.c b/src/bin/main.c
index c12264e..2a40350 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright 2018-2021, 2024. Alastair Roy Poole <[email protected]>
+ * Copyright 2018-2021, 2024. Alastair Roy Poole <[email protected]>
  *
  * See COPYING file for details.
  */
diff --git a/src/bin/system/machine.c b/src/bin/system/machine.c
index a0de59c..7a15294 100644
--- a/src/bin/system/machine.c
+++ b/src/bin/system/machine.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/system/machine/cpu.x b/src/bin/system/machine/cpu.x
index 3effce3..3a3c8a4 100644
--- a/src/bin/system/machine/cpu.x
+++ b/src/bin/system/machine/cpu.x
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/system/machine/machine.x b/src/bin/system/machine/machine.x
index a68acf4..5f8c1c6 100644
--- a/src/bin/system/machine/machine.x
+++ b/src/bin/system/machine/machine.x
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/system/machine/memory.x b/src/bin/system/machine/memory.x
index 0bae167..f7d6f1d 100644
--- a/src/bin/system/machine/memory.x
+++ b/src/bin/system/machine/memory.x
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/system/machine/network.x b/src/bin/system/machine/network.x
index dc4bd83..5e3328a 100644
--- a/src/bin/system/machine/network.x
+++ b/src/bin/system/machine/network.x
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/system/machine/sensors.x b/src/bin/system/machine/sensors.x
index b4b2719..68ab5f0 100644
--- a/src/bin/system/machine/sensors.x
+++ b/src/bin/system/machine/sensors.x
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
+ * Copyright (c) 2018 Alastair Roy Poole <[email protected]>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/src/bin/ui/evisum_ui_util.c b/src/bin/ui/evisum_ui_util.c
index c3eaefa..7d102dc 100644
--- a/src/bin/ui/evisum_ui_util.c
+++ b/src/bin/ui/evisum_ui_util.c
@@ -397,7 +397,7 @@ evisum_about_window_show(void *data)
       "<font color=#ffffff>"
       "<align=center>"
       "<b>"
-      "Copyright &copy; 2019-2021, 2024-2025. Alastair Poole &lt;[email protected]&gt;<br>"
+      "Copyright &copy; 2019-2021, 2024-2026. Alastair Poole &lt;[email protected]&gt;<br>"
       "<br>"
       "</b>"
       "</>"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to