about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2014-01-31 09:50:44 -0500
committerAlex Crichton <alex@alexcrichton.com>2014-01-31 21:43:08 -0800
commitd2445126263c4938cd95d59dffff9f77fc2b42b0 (patch)
treeed46768d453251067827a91b357e1fc52439b45b
parent4f24caae110b712e02f058d9ff88ef35f568ef2d (diff)
downloadrust-d2445126263c4938cd95d59dffff9f77fc2b42b0.tar.gz
rust-d2445126263c4938cd95d59dffff9f77fc2b42b0.zip
bump minimum supported OS X version to 10.7
Closes #11927
Closes #10842
Closes #2024
-rw-r--r--README.md2
-rw-r--r--doc/tutorial.md2
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.