Skip to content

Commit 3dd492a

Browse files
committed
---
yaml --- r: 51197 b: refs/heads/try c: 2815742 h: refs/heads/master i: 51195: 8bb8bd5 v: v3
1 parent 8f4d5bf commit 3dd492a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5-
refs/heads/try: 78b53718a8e1c21b10390b925383ce5361000e0b
5+
refs/heads/try: 2815742ba5864434cd610edab5cdae148f138bfc
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/LICENSE-MIT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2006-2012 Graydon Hoare
2-
Copyright (c) 2009-2012 Mozilla Foundation
1+
Copyright (c) 2006-2009 Graydon Hoare
2+
Copyright (c) 2009-2013 Mozilla Foundation
33

44
Permission is hereby granted, free of charge, to any
55
person obtaining a copy of this software and associated

branches/try/README.md

Lines changed: 5 additions & 5 deletions
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-
$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
46-
$ tar -xzf rust-0.5.tar.gz
47-
$ cd rust-0.5
45+
$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
46+
$ tar -xzf rust-0.6.tar.gz
47+
$ cd rust-0.6
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 `rustpkg`, the Rust package manager and build system.
6060

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

6565

6666
## License

branches/try/doc/tutorial.md

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

101101
~~~~ {.notrust}
102-
$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
103-
$ tar -xzf rust-0.5.tar.gz
104-
$ cd rust-0.5
102+
$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
103+
$ tar -xzf rust-0.6.tar.gz
104+
$ cd rust-0.6
105105
$ ./configure
106106
$ make && make install
107107
~~~~
@@ -119,8 +119,8 @@ API-documentation tool; `rustpkg`, the Rust package manager;
119119
interface for them, and for a few common command line scenarios.
120120

121121
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122-
[tarball]: http://static.rust-lang.org/dist/rust-0.5.tar.gz
123-
[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
122+
[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
123+
[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
124124

125125
## Compiling your first program
126126

branches/try/src/etc/pkg/rust.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SetupIconFile=rust-logo.ico
66
AppName=Rust
77
AppVersion={#CFG_VERSION}
8-
AppCopyright=Copyright (C) 2006-2012 Mozilla Foundation, MIT license
8+
AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
99
AppPublisher=Mozilla Foundation
1010
AppPublisherURL=http://www.rust-lang.org
1111
VersionInfoVersion={#CFG_VERSION}

0 commit comments

Comments
 (0)