summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-19 19:29:28 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-09-19 19:29:28 +0100
commitf89cb9382971a38a912e29185e59d2c1398462b7 (patch)
treedf6884eda8f0c8228addbd38bfaeb5f123536120
parent3e4ff27c19289b8dc9b196ca7632100a860e64e9 (diff)
downloadenlightenment-f89cb9382971a38a912e29185e59d2c1398462b7.tar.gz
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.
-rw-r--r--src/bin/e_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_config.h b/src/bin/e_config.h
index dc8889e849..0c732502c5 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!!!!!