mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-03 02:53:13 +01:00
Add 'v' back in at beginning of global.version.
The lexer expects it to be there for handling __VERSION__.
This commit is contained in:
@@ -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@";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user