Make it obvious that we're iterating over a range of pointers.
[oota-llvm.git] / docs / GettingStartedVS.rst
index fa20912be22c9c2f38132973af4ee5f61a2e480d..63e81f5165dfe865d610e585ef46668b0fc493c8 100644 (file)
@@ -45,13 +45,13 @@ and software you will need.
 
 Hardware
 --------
-Any system that can adequately run Visual Studio 2012 is fine. The LLVM
+Any system that can adequately run Visual Studio 2013 is fine. The LLVM
 source tree and object files, libraries and executables will consume
 approximately 3GB.
 
 Software
 --------
-You will need Visual Studio 2012 or higher.
+You will need Visual Studio 2013 or higher.
 
 You will also need the `CMake <http://www.cmake.org/>`_ build system since it
 generates the project files you will use to build with.