We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf3a80 + 65f9bb5 commit 3ae725eCopy full SHA for 3ae725e
CMakeLists.txt
@@ -34,11 +34,11 @@ include(GetLinuxDistribution)
34
#
35
36
# Version information
37
-set(LDC_VERSION "0.14.0") # May be overridden by git hash tag
+set(LDC_VERSION "0.15.0") # May be overridden by git hash tag
38
set(DMDFE_MAJOR_VERSION 2)
39
set(DMDFE_MINOR_VERSION 0)
40
set(DMDFE_PATCH_VERSION 66)
41
-#set(DMDFE_FIX_LEVEL 0) # Comment out if not used
+set(DMDFE_FIX_LEVEL 1) # Comment out if not used
42
43
set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
44
if(DEFINED DMDFE_FIX_LEVEL)
runtime/druntime
0 commit comments