Don't override SOURCE_CODE_URL in Default_Version.h
- Defining `SOURCE_CODE_URL` in `Default_Version.h` overrides it elsewhere. So don’t define it there. - Also fix up `language.h` so no `#undef` will be needed.
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
#define DETAILED_BUILD_VERSION "1.1.0-RC3 From Archive"
|
||||
#define STRING_DISTRIBUTION_DATE "2015-12-01 12:00"
|
||||
// It might also be appropriate to define a location where additional information can be found
|
||||
#define SOURCE_CODE_URL "http:// ..."
|
||||
// #define SOURCE_CODE_URL "http:// ..."
|
||||
#endif
|
Reference in New Issue
Block a user