Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82cdbcf

Browse files
committedNov 5, 2023
Bump LDC version / frontend version / Phobos submodule
1 parent 9f3bc84 commit 82cdbcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ include(GetLinuxDistribution)
117117
#
118118

119119
# Version information
120-
set(LDC_VERSION "1.35.0") # May be overridden by git hash tag
120+
set(LDC_VERSION "1.36.0") # May be overridden by git hash tag
121121
set(DMDFE_MAJOR_VERSION 2)
122-
set(DMDFE_MINOR_VERSION 105)
123-
set(DMDFE_PATCH_VERSION 3)
122+
set(DMDFE_MINOR_VERSION 106)
123+
set(DMDFE_PATCH_VERSION 0)
124124

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

0 commit comments

Comments
 (0)
Please sign in to comment.