diff options
author | Michael BOUCHAUD <michael.bouchaud@gmail.com> | 2011-08-11 20:49:45 +0000 |
---|---|---|
committer | Michael BOUCHAUD <michael.bouchaud@gmail.com> | 2011-08-11 20:49:45 +0000 |
commit | 80e43bd500626fd95b20f2cdd12ddb20afeb1849 (patch) | |
tree | 703188ed0003771b11a5633ff0e57d6623073c73 /src/bin/e_config.h | |
parent | 4a1637776eeae40c0cf4ee348a58c6abc6214819 (diff) | |
download | enlightenment-80e43bd500626fd95b20f2cdd12ddb20afeb1849.tar.gz |
e: merge backlight default value.
SVN revision: 62359
Diffstat (limited to 'src/bin/e_config.h')
-rw-r--r-- | src/bin/e_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_config.h b/src/bin/e_config.h index 393a31423f..b8a5706264 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -33,7 +33,7 @@ typedef struct _E_Event_Config_Icon_Theme E_Event_Config_Icon_Theme; /* 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 0x0142 +#define E_CONFIG_FILE_GENERATION 0x0143 #define E_CONFIG_FILE_VERSION ((E_CONFIG_FILE_EPOCH << 16) | E_CONFIG_FILE_GENERATION) #define E_EVAS_ENGINE_DEFAULT 0 |