Move versioning to MarlinConfig.h

This commit is contained in:
Scott Lahteine
2016-07-26 12:16:59 -07:00
parent 7e70a0b05d
commit 24a1a16e5d
25 changed files with 57 additions and 186 deletions

View File

@ -68,12 +68,6 @@
// pt_utf8 Portuguese (UTF8)
// ru Russian
#if ENABLED(USE_AUTOMATIC_VERSIONING)
#include "_Version.h"
#else
#include "Version.h"
#endif
#ifdef DEFAULT_SOURCE_CODE_URL
#undef SOURCE_CODE_URL
#define SOURCE_CODE_URL DEFAULT_SOURCE_CODE_URL