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 Jul 15, 2023
1 parent 6ac828a commit 8f3edb5
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 @@ -111,10 +111,10 @@ include(GetLinuxDistribution)
#

# Version information
set(LDC_VERSION "1.33.0") # May be overridden by git hash tag
set(LDC_VERSION "1.34.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 103)
set(DMDFE_PATCH_VERSION 1)
set(DMDFE_MINOR_VERSION 104)
set(DMDFE_PATCH_VERSION 2)

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

Expand Down

0 comments on commit 8f3edb5

Please sign in to comment.