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 May 18, 2024
1 parent c1743a4 commit 1ab5405
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.38.0") # May be overridden by git hash tag
set(LDC_VERSION "1.39.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 108)
set(DMDFE_PATCH_VERSION 1)
set(DMDFE_MINOR_VERSION 109)
set(DMDFE_PATCH_VERSION 0)

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

Expand Down

0 comments on commit 1ab5405

Please sign in to comment.