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:
David Nadlinger
2012-12-16 18:08:19 +01:00
parent 2f54d8ec86
commit b713afe9c4
3 changed files with 10 additions and 11 deletions

View File

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