Skip to content

Commit

Permalink
Merge latest Phobos stable and bump frontend patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Feb 25, 2023
1 parent 20648e1 commit e151fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ include(GetLinuxDistribution)
set(LDC_VERSION "1.32.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 102)
set(DMDFE_PATCH_VERSION 1)
set(DMDFE_PATCH_VERSION 2)

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

Expand Down
2 changes: 1 addition & 1 deletion runtime/phobos

0 comments on commit e151fe5

Please sign in to comment.