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.
This commit is contained in:
Carsten Haitzler 2013-12-03 16:56:59 +09:00
parent b7fb8e7f8d
commit 59080c6752
1 changed files with 2 additions and 2 deletions

View File

@ -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)