Skip to content

Commit

Permalink
Bump LDC version / frontend version / Phobos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Nov 6, 2023
1 parent fd66fb4 commit 6c4c15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ include(GetLinuxDistribution)
#

# Version information
set(LDC_VERSION "1.35.0") # May be overridden by git hash tag
set(LDC_VERSION "1.36.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 105)
set(DMDFE_PATCH_VERSION 3)
set(DMDFE_MINOR_VERSION 106)
set(DMDFE_PATCH_VERSION 0)

set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}.${DMDFE_PATCH_VERSION})

Expand Down

0 comments on commit 6c4c15f

Please sign in to comment.