Skip to content

Commit

Permalink
Bump version, frontend version and Phobos
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jul 16, 2024
1 parent a0fa669 commit 665e14a
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.39.0") # May be overridden by git hash tag
set(LDC_VERSION "1.40.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 109)
set(DMDFE_PATCH_VERSION 1)
set(DMDFE_MINOR_VERSION 110)
set(DMDFE_PATCH_VERSION 0)

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

Expand Down

0 comments on commit 665e14a

Please sign in to comment.