diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-27 14:59:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-27 14:59:19 +0200 |
commit | 83234d4d1723e4f207a20f1abbe9432566a7d5ee (patch) | |
tree | a5f7b2669a51d697d44b7b930ff3785ed222cf09 | |
parent | a49b4a75a1b671492e65eed17d6894d85ea5ebfd (diff) | |
parent | ba26d415c0d557d59e920547a54b17928e71522a (diff) |
Merge #9033: Update build notes for dropping osx 10.7 support (fanquake)
ba26d41 Update build notes for dropping osx 10.7 support (Michael Ford)
-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 bc90a30562..63a7ee28ca 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -90,6 +90,6 @@ Uncheck everything except Qt Creator during the installation process. Notes ----- -* Tested on OS X 10.7 through 10.11 on 64-bit Intel processors only. +* Tested on OS X 10.8 through 10.12 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) |