Add 'v' back in at beginning of global.version.

The lexer expects it to be there for handling __VERSION__.
This commit is contained in:
David Nadlinger
2013-10-20 23:51:34 +02:00
parent 0e71a8caef
commit f8531f1b3c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
namespace ldc {
const char * const ldc_version = "@LDC_VERSION@";
const char * const dmd_version = "@DMD_VERSION@";
const char * const dmd_version = "v@DMD_VERSION@";
const char * const llvm_version = "@LLVM_VERSION_STRING@";
}