aboutsummaryrefslogtreecommitdiffstats
path: root/config/mobile
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-12-21 23:57:05 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2012-12-21 23:57:05 +0000
commit0f01a6b279a69c376ccb677019bcb2b29d9b4ebb (patch)
tree3378f91eaf199da44503d07a2551f5f2b9e2e226 /config/mobile
parent66a749c2ce2087367d293e099d0a805cdc0703cf (diff)
downloadenlightenment-0f01a6b279a69c376ccb677019bcb2b29d9b4ebb.tar.gz
enlightenment-0f01a6b279a69c376ccb677019bcb2b29d9b4ebb.tar.xz
enlightenment-0f01a6b279a69c376ccb677019bcb2b29d9b4ebb.zip
in a move which will make me tremendously unpopular, config versioning has been changed from hex to dec across the whole tree, including helper functions and modules
PS. HAHAHAHAHAHAHAHA SVN revision: 81624
Diffstat (limited to 'config/mobile')
-rw-r--r--config/mobile/e.src2
-rw-r--r--config/mobile/module.conf.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/mobile/e.src b/config/mobile/e.src
index 3f6dc6fc1..70d2767f0 100644
--- a/config/mobile/e.src
+++ b/config/mobile/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 65865;
+ value "config_version" int: 1000000;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "%i-%i";
diff --git a/config/mobile/module.conf.src b/config/mobile/module.conf.src
index 336b9e6fc..b0c2bea66 100644
--- a/config/mobile/module.conf.src
+++ b/config/mobile/module.conf.src
@@ -1,4 +1,4 @@
group "Config" struct {
- value "version" int: 65677;
+ value "config_version" int: 1000000;
value "menu_augmentation" int: 0;
}