mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
tidy version numbers and copyright dates
This commit is contained in:
parent
dc60788215
commit
951f460aa8
@ -1,5 +1,5 @@
|
|||||||
Copyright (c) 2006-2012 Graydon Hoare
|
Copyright (c) 2006-2009 Graydon Hoare
|
||||||
Copyright (c) 2009-2012 Mozilla Foundation
|
Copyright (c) 2009-2013 Mozilla Foundation
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any
|
Permission is hereby granted, free of charge, to any
|
||||||
person obtaining a copy of this software and associated
|
person obtaining a copy of this software and associated
|
||||||
|
10
README.md
10
README.md
@ -42,9 +42,9 @@ packages:
|
|||||||
Assuming you're on a relatively modern *nix system and have met the
|
Assuming you're on a relatively modern *nix system and have met the
|
||||||
prerequisites, something along these lines should work.
|
prerequisites, something along these lines should work.
|
||||||
|
|
||||||
$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
|
$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
|
||||||
$ tar -xzf rust-0.5.tar.gz
|
$ tar -xzf rust-0.6.tar.gz
|
||||||
$ cd rust-0.5
|
$ cd rust-0.6
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make && make install
|
$ make && make install
|
||||||
|
|
||||||
@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
|
|||||||
API-documentation tool, and `rustpkg`, the Rust package manager and build system.
|
API-documentation tool, and `rustpkg`, the Rust package manager and build system.
|
||||||
|
|
||||||
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
|
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
|
||||||
[tarball]: http://static.rust-lang.org/dist/rust-0.5.tar.gz
|
[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
|
||||||
[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
|
[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -99,9 +99,9 @@ If you've fulfilled those prerequisites, something along these lines
|
|||||||
should work.
|
should work.
|
||||||
|
|
||||||
~~~~ {.notrust}
|
~~~~ {.notrust}
|
||||||
$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
|
$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
|
||||||
$ tar -xzf rust-0.5.tar.gz
|
$ tar -xzf rust-0.6.tar.gz
|
||||||
$ cd rust-0.5
|
$ cd rust-0.6
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make && make install
|
$ make && make install
|
||||||
~~~~
|
~~~~
|
||||||
@ -119,8 +119,8 @@ API-documentation tool; `rustpkg`, the Rust package manager;
|
|||||||
interface for them, and for a few common command line scenarios.
|
interface for them, and for a few common command line scenarios.
|
||||||
|
|
||||||
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
|
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
|
||||||
[tarball]: http://static.rust-lang.org/dist/rust-0.5.tar.gz
|
[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
|
||||||
[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
|
[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
|
||||||
|
|
||||||
## Compiling your first program
|
## Compiling your first program
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
SetupIconFile=rust-logo.ico
|
SetupIconFile=rust-logo.ico
|
||||||
AppName=Rust
|
AppName=Rust
|
||||||
AppVersion={#CFG_VERSION}
|
AppVersion={#CFG_VERSION}
|
||||||
AppCopyright=Copyright (C) 2006-2012 Mozilla Foundation, MIT license
|
AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
|
||||||
AppPublisher=Mozilla Foundation
|
AppPublisher=Mozilla Foundation
|
||||||
AppPublisherURL=http://www.rust-lang.org
|
AppPublisherURL=http://www.rust-lang.org
|
||||||
VersionInfoVersion={#CFG_VERSION}
|
VersionInfoVersion={#CFG_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user