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:
Scott Lahteine
2016-02-22 14:05:23 -08:00
parent ef68c1910c
commit 45bcc43e48
2 changed files with 17 additions and 15 deletions

View File

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