mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Cleaned up version output.
I removed the copyright notice. I don't think we are obliged to display it for DMD; on the other hand, if we do, we might also have to display the libconfig one (LGPL). Thus, this seemed like the better choice. The indentation is to align with the registered target output, which we cannot control.
This commit is contained in:
@@ -101,7 +101,7 @@ Global::Global()
|
||||
;
|
||||
version = "v2.060";
|
||||
#if IN_LLVM
|
||||
ldc_version = "LDC trunk";
|
||||
ldc_version = "trunk";
|
||||
llvm_version = "LLVM "LDC_LLVM_VERSION_STRING;
|
||||
#endif
|
||||
global.structalign = STRUCTALIGN_DEFAULT;
|
||||
|
||||
Reference in New Issue
Block a user