Added a versioning system to the config files

This commit is contained in:
João Brázio
2016-04-22 17:33:00 +01:00
parent d50ba08246
commit de8108648f
4 changed files with 50 additions and 0 deletions

View File

@ -44,6 +44,16 @@
*/
#define STRING_DISTRIBUTION_DATE "2016-04-27 12:00"
/**
* Required minimum Configuration.h and Configuration_adv.h file versions.
*
* You must increment this version number for every significant change such as,
* but not limited to: ADD, DELETE RENAME OR REPURPOSE any directive/option on
* the configuration files.
*/
#define REQUIRED_CONFIGURATION_H_VERSION 1
#define REQUIRED_CONFIGURATION_ADV_H_VERSION 1
/**
* @todo: Missing documentation block
*/