Skip to content

Commit 57e160b

Browse files
committed
0.2 -> 0.3
1 parent d0ac1bb commit 57e160b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ LIBSYNTAX_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,syntax)
129129

130130
# version-string calculation
131131
CFG_GIT_DIR := $(CFG_SRC_DIR).git
132-
CFG_RELEASE = 0.2
132+
CFG_RELEASE = 0.3
133133
CFG_VERSION = $(CFG_RELEASE)
134134

135135
ifneq ($(wildcard $(CFG_GIT)),)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To build from source you will also need the following prerequisite packages:
3434
Assuming you're on a relatively modern Linux/OSX system and have met the
3535
prerequisites, something along these lines should work:
3636

37-
$ tar -xzf rust-0.2.tar.gz
38-
$ cd rust-0.2
37+
$ tar -xzf rust-0.3.tar.gz
38+
$ cd rust-0.3
3939
$ ./configure
4040
$ make && make install
4141

doc/tutorial.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ source on Windows requires some extra steps: please see the [getting
177177
started][wiki-get-started] page on the Rust wiki.
178178

179179
~~~~ {.notrust}
180-
$ wget http://dl.rust-lang.org/dist/rust-0.2.tar.gz
181-
$ tar -xzf rust-0.2.tar.gz
182-
$ cd rust-0.2
180+
$ wget http://dl.rust-lang.org/dist/rust-0.3.tar.gz
181+
$ tar -xzf rust-0.3.tar.gz
182+
$ cd rust-0.3
183183
$ ./configure
184184
$ make && make install
185185
~~~~
@@ -198,7 +198,7 @@ When complete, `make install` will place the following programs into
198198
* `cargo`, the Rust package manager
199199

200200
[wiki-get-started]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
201-
[tarball]: http://dl.rust-lang.org/dist/rust-0.2.tar.gz
201+
[tarball]: http://dl.rust-lang.org/dist/rust-0.3.tar.gz
202202

203203
## Compiling your first program
204204

0 commit comments

Comments
 (0)