Skip to content

Commit

Permalink
Merge v2.084.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Feb 12, 2019
1 parent 4b101ba commit 7930ad9
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 @@ -89,7 +89,7 @@ set(LDC_VERSION "1.14.0") # May be overridden by git hash tag
set(DMDFE_MAJOR_VERSION 2)
set(DMDFE_MINOR_VERSION 0)
set(DMDFE_PATCH_VERSION 84)
set(DMDFE_FIX_LEVEL 0) # Comment out if not used
set(DMDFE_FIX_LEVEL 1) # Comment out if not used

set(DMD_VERSION ${DMDFE_MAJOR_VERSION}.${DMDFE_MINOR_VERSION}${DMDFE_PATCH_VERSION})
if(DEFINED DMDFE_FIX_LEVEL)
Expand Down
2 changes: 1 addition & 1 deletion runtime/phobos
Submodule phobos updated 2 files
+0 −23 changelog/pr6580.dd
+2 −4 std/file.d

0 comments on commit 7930ad9

Please sign in to comment.