Skip to content

Commit 6742c98

Browse files
committed
Bump version numbers in docs
1 parent e0072e3 commit 6742c98

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ packages:
4242
Assuming you're on a relatively modern *nix system and have met the
4343
prerequisites, something along these lines should work.
4444

45-
$ wget http://dl.rust-lang.org/dist/rust-0.4.tar.gz
46-
$ tar -xzf rust-0.4.tar.gz
47-
$ cd rust-0.4
45+
$ wget http://dl.rust-lang.org/dist/rust-0.5.tar.gz
46+
$ tar -xzf rust-0.5.tar.gz
47+
$ cd rust-0.5
4848
$ ./configure
4949
$ make && make install
5050

@@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
5959
API-documentation tool, and `cargo`, the Rust package manager.
6060

6161
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
62-
[tarball]: http://dl.rust-lang.org/dist/rust-0.4.tar.gz
63-
[win-exe]: http://dl.rust-lang.org/dist/rust-0.4-install.exe
62+
[tarball]: http://dl.rust-lang.org/dist/rust-0.5.tar.gz
63+
[win-exe]: http://dl.rust-lang.org/dist/rust-0.5-install.exe
6464

6565

6666
## License

doc/tutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
100100
should work.
101101

102102
~~~~ {.notrust}
103-
$ curl -O http://dl.rust-lang.org/dist/rust-0.4.tar.gz
104-
$ tar -xzf rust-0.4.tar.gz
105-
$ cd rust-0.4
103+
$ curl -O http://dl.rust-lang.org/dist/rust-0.5.tar.gz
104+
$ tar -xzf rust-0.5.tar.gz
105+
$ cd rust-0.5
106106
$ ./configure
107107
$ make && make install
108108
~~~~
@@ -118,8 +118,8 @@ When complete, `make install` will place several programs into
118118
API-documentation tool, and `cargo`, the Rust package manager.
119119

120120
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
121-
[tarball]: http://dl.rust-lang.org/dist/rust-0.4.tar.gz
122-
[win-exe]: http://dl.rust-lang.org/dist/rust-0.4-install.exe
121+
[tarball]: http://dl.rust-lang.org/dist/rust-0.5.tar.gz
122+
[win-exe]: http://dl.rust-lang.org/dist/rust-0.5-install.exe
123123

124124
## Compiling your first program
125125

0 commit comments

Comments
 (0)