Skip to content

Commit 3ae725e

Browse files
committed
Merge branch 'master' into release-0.15.0
2 parents daf3a80 + 65f9bb5 commit 3ae725e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ include(GetLinuxDistribution)
3434
#
3535

3636
# Version information
37-
set(LDC_VERSION "0.14.0") # May be overridden by git hash tag
37+
set(LDC_VERSION "0.15.0") # May be overridden by git hash tag
3838
set(DMDFE_MAJOR_VERSION 2)
3939
set(DMDFE_MINOR_VERSION 0)
4040
set(DMDFE_PATCH_VERSION 66)
41-
#set(DMDFE_FIX_LEVEL 0) # Comment out if not used
41+
set(DMDFE_FIX_LEVEL 1) # Comment out if not used
4242

4343
set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
4444
if(DEFINED DMDFE_FIX_LEVEL)

runtime/druntime

Submodule druntime updated 1 file

0 commit comments

Comments
 (0)