about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-01 18:00:43 -0700
committerbors <bors@rust-lang.org>2013-04-01 18:00:43 -0700
commit2815742ba5864434cd610edab5cdae148f138bfc (patch)
tree9e4939631a560fc00ce0914aff71cdfdca0032d4
parent78b53718a8e1c21b10390b925383ce5361000e0b (diff)
parent951f460aa800cea36678a13b667140fa2acafdb9 (diff)
downloadrust-2815742ba5864434cd610edab5cdae148f138bfc.tar.gz
rust-2815742ba5864434cd610edab5cdae148f138bfc.zip
auto merge of #5669 : graydon/rust/tweaks, r=thestinger
Just some minor cleanup of version strings and copyrights.
-rw-r--r--LICENSE-MIT4
-rw-r--r--README.md10
-rw-r--r--doc/tutorial.md10
-rw-r--r--src/etc/pkg/rust.iss2
4 files changed, 13 insertions, 13 deletions
diff --git a/LICENSE-MIT b/LICENSE-MIT
index bfa1f40439a..1da3a5f6d2e 100644
--- a/LICENSE-MIT
+++ b/LICENSE-MIT
@@ -1,5 +1,5 @@
-Copyright (c) 2006-2012 Graydon Hoare
-Copyright (c) 2009-2012 Mozilla Foundation
+Copyright (c) 2006-2009 Graydon Hoare
+Copyright (c) 2009-2013 Mozilla Foundation
 
 Permission is hereby granted, free of charge, to any
 person obtaining a copy of this software and associated
diff --git a/README.md b/README.md
index a34f8814f02..65f5942fd16 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,9 @@ packages:
 Assuming you're on a relatively modern *nix system and have met the
 prerequisites, something along these lines should work.
 
-    $ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
-    $ tar -xzf rust-0.5.tar.gz
-    $ cd rust-0.5
+    $ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
+    $ tar -xzf rust-0.6.tar.gz
+    $ cd rust-0.6
     $ ./configure
     $ 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.
 
 [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
-[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
+[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
+[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
 
 
 ## License
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 3ae320adffc..42b0d5a585a 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -99,9 +99,9 @@ If you've fulfilled those prerequisites, something along these lines
 should work.
 
 ~~~~ {.notrust}
-$ curl -O http://static.rust-lang.org/dist/rust-0.5.tar.gz
-$ tar -xzf rust-0.5.tar.gz
-$ cd rust-0.5
+$ curl -O http://static.rust-lang.org/dist/rust-0.6.tar.gz
+$ tar -xzf rust-0.6.tar.gz
+$ cd rust-0.6
 $ ./configure
 $ 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.
 
 [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
-[win-exe]: http://static.rust-lang.org/dist/rust-0.5-install.exe
+[tarball]: http://static.rust-lang.org/dist/rust-0.6.tar.gz
+[win-exe]: http://static.rust-lang.org/dist/rust-0.6-install.exe
 
 ## Compiling your first program
 
diff --git a/src/etc/pkg/rust.iss b/src/etc/pkg/rust.iss
index bb5ceee3207..18f358a9893 100644
--- a/src/etc/pkg/rust.iss
+++ b/src/etc/pkg/rust.iss
@@ -5,7 +5,7 @@
 SetupIconFile=rust-logo.ico
 AppName=Rust
 AppVersion={#CFG_VERSION}
-AppCopyright=Copyright (C) 2006-2012 Mozilla Foundation, MIT license
+AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
 AppPublisher=Mozilla Foundation
 AppPublisherURL=http://www.rust-lang.org
 VersionInfoVersion={#CFG_VERSION}