Skip to content

Commit

Permalink
Bump frontend version & Phobos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Nov 4, 2023
1 parent 98889a5 commit 7fa4871
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ include(GetLinuxDistribution)
set(LDC_VERSION "1.35.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 105)
set(DMDFE_PATCH_VERSION 2)
set(DMDFE_PATCH_VERSION 3)

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

Expand Down
2 changes: 1 addition & 1 deletion packaging/dlang-tools_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.105.2
v2.105.3
2 changes: 1 addition & 1 deletion runtime/phobos
Submodule phobos updated 1 files
+1 −1 std/math/hardware.d

0 comments on commit 7fa4871

Please sign in to comment.