raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=f89cb9382971a38a912e29185e59d2c1398462b7
commit f89cb9382971a38a912e29185e59d2c1398462b7 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Sep 19 19:29:28 2019 +0100 e - bump config version properly in src this doesnt resulti n a looping of wiz - but does result in a "version too new of config" complaint and issues... so fix. --- src/bin/e_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index dc8889e84..0c732502c 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -46,7 +46,7 @@ typedef enum /* increment this whenever a new set of config values are added but the users * config doesn't need to be wiped - simply new values need to be put in */ -#define E_CONFIG_FILE_GENERATION 27 +#define E_CONFIG_FILE_GENERATION 28 #define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH * 1000000) + E_CONFIG_FILE_GENERATION) #define E_CONFIG_BINDINGS_VERSION 0 // DO NOT INCREMENT UNLESS YOU WANT TO WIPE ALL BINDINGS!!!!! --
