Skip to content

Commit

Permalink
Bump Phobos and frontend patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Apr 21, 2023
1 parent e97f5a5 commit 5a76cb9
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.33.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 103)
set(DMDFE_PATCH_VERSION 0)
set(DMDFE_PATCH_VERSION 1)

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

Expand Down

0 comments on commit 5a76cb9

Please sign in to comment.