Important warning on config. versions.

SVN revision: 54920
This commit is contained in:
Gustavo Lima Chaves 2010-11-24 08:22:02 +00:00
parent 179bcf71b2
commit 22be065731
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ struct _Elm_Theme
*/
#define ELM_CONFIG_FILE_GENERATION 0x0002
#define ELM_CONFIG_VERSION ((ELM_CONFIG_EPOCH << 16) | ELM_CONFIG_FILE_GENERATION)
/* NB: profile configuration files (.src) must have their
* "config_version" entry's value up-to-date with ELM_CONFIG_VERSION
* (in decimal)!! */
/* note: always remember to sync it with elm_config.c */
extern const char *_elm_engines[];