From d2445126263c4938cd95d59dffff9f77fc2b42b0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 31 Jan 2014 09:50:44 -0500 Subject: [PATCH] bump minimum supported OS X version to 10.7 Closes #11927 Closes #10842 Closes #2024 --- README.md | 2 +- doc/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207daa61155..251f68be3d8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Snapshot binaries are currently built and tested on several platforms: * Windows (7, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 -* OSX 10.6 ("Snow Leopard") or greater, x86 and x86-64 +* OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our officially supported build environments that are most likely to work. diff --git a/doc/tutorial.md b/doc/tutorial.md index ef1a9f8cab5..d8ee1106795 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -74,7 +74,7 @@ Snapshot binaries are currently built and tested on several platforms: * Windows (7, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 -* OSX 10.6 ("Snow Leopard") or greater, x86 and x86-64 +* OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our "tier 1" supported build environments that are most likely to work.