config: update config version according to newly added values 07/191707/1
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 22 Oct 2018 12:32:00 +0000 (21:32 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 22 Oct 2018 12:32:00 +0000 (21:32 +0900)
The config version has to be updated when new values are added.
By missing this version update, user config files can't have these new values.

Change-Id: I715ab1106ca351b19a7a02a516e587b698dfc082

src/lib/elm_config.c
src/lib/elm_priv.h

index 823b2976aba2fb2d91d999c5cda58f339236d5ba..4eda6f9e86e1f21294aca7f58a9cd9f4eda87b3c 100644 (file)
@@ -2226,7 +2226,7 @@ _config_update(void)
    IFCFGEND
 
    // TIZEN_ONLY(20181019): Updated value to support previous version of the config.
-   IFCFG(0x0007)
+   IFCFG(0x0008)
    _elm_config->glayer_tap_finger_size = tcfg->glayer_tap_finger_size;
    IFCFGEND
    //
index 1dc9e518050d10e103d6cb1fc083b84cf1d2caf5..ec1ca3e1e7e37c59aca14f763604df82ba9b2d02 100644 (file)
@@ -134,7 +134,7 @@ struct _Elm_Theme
  * the users config doesn't need to be wiped - simply new values need
  * to be put in
  */
-#define ELM_CONFIG_FILE_GENERATION 0x0006
+#define ELM_CONFIG_FILE_GENERATION 0x0008
 #define ELM_CONFIG_VERSION_EPOCH_OFFSET 16
 #define ELM_CONFIG_VERSION         ((ELM_CONFIG_EPOCH << ELM_CONFIG_VERSION_EPOCH_OFFSET) | \
                                     ELM_CONFIG_FILE_GENERATION)