From 1155ee9ee9a6a07cc5c7f93be5f3947a29b87f93 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 2 Jan 2014 10:55:28 -0800 Subject: Bump more version numbers to 0.9 --- doc/tutorial.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/tutorial.md') diff --git a/doc/tutorial.md b/doc/tutorial.md index ccc7525b8d5..9bb1a44d34d 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines should work. ~~~~ {.notrust} -$ curl -O http://static.rust-lang.org/dist/rust-0.8.tar.gz -$ tar -xzf rust-0.8.tar.gz -$ cd rust-0.8 +$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz +$ tar -xzf rust-0.9.tar.gz +$ cd rust-0.9 $ ./configure $ make && make install ~~~~ @@ -120,8 +120,8 @@ When complete, `make install` will place several programs into `/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the API-documentation tool; and `rustpkg`, the Rust package manager. -[tarball]: http://static.rust-lang.org/dist/rust-0.8.tar.gz -[win-exe]: http://static.rust-lang.org/dist/rust-0.8-install.exe +[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz +[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe ## Compiling your first program -- cgit 1.4.1-3-g733a5