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 64ad6d02971f8fac27c820e646de7db1b860e265
Author: Alastair Poole <[email protected]>
AuthorDate: Sun Mar 29 05:44:58 2026 +0100

    config: increase for safety and minor version.
    
    I changed so much I think it makes sense to reset our config now.
    
    At least until next release.
    
    We're moving towards being happy enough with the code to think
    about bringing in enigmatic.
---
 VERSION                 | 2 +-
 meson.build             | 2 +-
 src/bin/evisum_config.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VERSION b/VERSION
index 524cb55..26aaba0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.1
+1.2.0
diff --git a/meson.build b/meson.build
index 59eb602..9932365 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 ##### Project
 project('evisum', 'c',
-        version       : '1.1.1',
+        version       : '1.2.0',
         meson_version : '>= 0.56.0')
 
 efl_version = '>= 1.27.0'
diff --git a/src/bin/evisum_config.h b/src/bin/evisum_config.h
index e2662b2..df0245c 100644
--- a/src/bin/evisum_config.h
+++ b/src/bin/evisum_config.h
@@ -3,7 +3,7 @@
 
 #include "ui/evisum_ui.h"
 
-#define CONFIG_VERSION 0x001A
+#define CONFIG_VERSION 0x001B
 
 typedef struct _Evisum_Config {
     int version;

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

Reply via email to