Skip to content

Commit 1155ee9

Browse files
committed
Bump more version numbers to 0.9
1 parent c229aef commit 1155ee9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ documentation.
1818
1919
[tutorial]: http://static.rust-lang.org/doc/tutorial.html
2020
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
21-
[win-exe]: http://static.rust-lang.org/dist/rust-0.8-install.exe
21+
[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe
2222

2323
### Linux / OS X
2424

@@ -33,9 +33,9 @@ documentation.
3333

3434
To build from the [tarball] do:
3535

36-
$ curl -O http://static.rust-lang.org/dist/rust-0.8.tar.gz
37-
$ tar -xzf rust-0.8.tar.gz
38-
$ cd rust-0.8
36+
$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
37+
$ tar -xzf rust-0.9.tar.gz
38+
$ cd rust-0.9
3939

4040
Or to build from the [repo] do:
4141

@@ -60,8 +60,8 @@ documentation.
6060
4. Enjoy!
6161

6262
[repo]: https://github.com/mozilla/rust
63-
[tarball]: http://static.rust-lang.org/dist/rust-0.8.tar.gz
64-
[tutorial]: http://static.rust-lang.org/doc/0.8/tutorial.html
63+
[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
64+
[tutorial]: http://static.rust-lang.org/doc/0.9/tutorial.html
6565

6666
## Notes
6767

doc/tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ If you've fulfilled those prerequisites, something along these lines
103103
should work.
104104

105105
~~~~ {.notrust}
106-
$ curl -O http://static.rust-lang.org/dist/rust-0.8.tar.gz
107-
$ tar -xzf rust-0.8.tar.gz
108-
$ cd rust-0.8
106+
$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz
107+
$ tar -xzf rust-0.9.tar.gz
108+
$ cd rust-0.9
109109
$ ./configure
110110
$ make && make install
111111
~~~~
@@ -120,8 +120,8 @@ When complete, `make install` will place several programs into
120120
`/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the
121121
API-documentation tool; and `rustpkg`, the Rust package manager.
122122

123-
[tarball]: http://static.rust-lang.org/dist/rust-0.8.tar.gz
124-
[win-exe]: http://static.rust-lang.org/dist/rust-0.8-install.exe
123+
[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz
124+
[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe
125125

126126
## Compiling your first program
127127

0 commit comments

Comments
 (0)