Skip to content

Commit

Permalink
0.2 -> 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 10, 2012
1 parent d0ac1bb commit 57e160b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ LIBSYNTAX_DSYM_GLOB :=$(call CFG_LIB_DSYM_GLOB,syntax)

# version-string calculation
CFG_GIT_DIR := $(CFG_SRC_DIR).git
CFG_RELEASE = 0.2
CFG_RELEASE = 0.3
CFG_VERSION = $(CFG_RELEASE)

ifneq ($(wildcard $(CFG_GIT)),)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To build from source you will also need the following prerequisite packages:
Assuming you're on a relatively modern Linux/OSX system and have met the
prerequisites, something along these lines should work:

$ tar -xzf rust-0.2.tar.gz
$ cd rust-0.2
$ tar -xzf rust-0.3.tar.gz
$ cd rust-0.3
$ ./configure
$ make && make install

Expand Down
8 changes: 4 additions & 4 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ source on Windows requires some extra steps: please see the [getting
started][wiki-get-started] page on the Rust wiki.

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

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

## Compiling your first program

Expand Down

0 comments on commit 57e160b

Please sign in to comment.