Skip to content

Commit 951f460

Browse files
committed
tidy version numbers and copyright dates
1 parent dc60788 commit 951f460

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

LICENSE-MIT

+2-2
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

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-
$ 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

doc/tutorial.md

+5-5
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

src/etc/pkg/rust.iss

+1-1
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)