diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-11-30 11:05:17 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-11-30 11:05:51 +0100 |
commit | 8879d50b18891564beebac7c3bc043a8023a4456 (patch) | |
tree | 9c8c5b16f882d5bfa833204b4912d65cf3bb4ea4 | |
parent | ef14f2e3ff81c79666fdd5aa3790d1d30f4f81e4 (diff) | |
parent | 543ab40a44d32cccbdc309fe184660f726c034d2 (diff) |
Merge #11793: Docs: Bump OS X version to 10.13
543ab40 Docs: Bump OSX version to 10.13 in build-osx.md (Varunram Ganesh)
Pull request description:
Core works fine on macOS 10.13
Tree-SHA512: 44807920e3d5518c98d68191ed614019934bb702df9695389f8178a00a7c5afccd90fad68a07568cdc3e3d04068bddf434942fb81dceb6cbde9bb4ff4e49e425
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 6f08562ff8..6663016ed8 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -110,6 +110,6 @@ Uncheck everything except Qt Creator during the installation process. Notes ----- -* Tested on OS X 10.8 through 10.12 on 64-bit Intel processors only. +* Tested on OS X 10.8 through 10.13 on 64-bit Intel processors only. * Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714) |