raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=59080c6752bbe515145e7928bbfd2ea0a6139216
commit 59080c6752bbe515145e7928bbfd2ea0a6139216 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Dec 3 16:56:59 2013 +0900 bump randr settings up 1 more epoch for e18 release bump to epoch 3 (version 1 again) so that an e17.6 release can bump version up but then e18 bump it up again. --- src/bin/e_randr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h index 86dd213..7264040 100644 --- a/src/bin/e_randr.h +++ b/src/bin/e_randr.h @@ -13,8 +13,8 @@ typedef struct _E_Randr_Config E_Randr_Config; #define E_RANDR_VERSION_1_3 ((1 << 16) | 3) #define E_RANDR_VERSION_1_4 ((1 << 16) | 4) -#define E_RANDR_CONFIG_FILE_EPOCH 2 -#define E_RANDR_CONFIG_FILE_GENERATION 3 +#define E_RANDR_CONFIG_FILE_EPOCH 3 +#define E_RANDR_CONFIG_FILE_GENERATION 1 #define E_RANDR_CONFIG_FILE_VERSION \ ((E_RANDR_CONFIG_FILE_EPOCH * 1000000) + E_RANDR_CONFIG_FILE_GENERATION) --
