about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-07 19:21:51 -0800
committerbors <bors@rust-lang.org>2014-03-07 19:21:51 -0800
commit4c90a7f018e19f94d7c32a96bf608fbd3ab56e12 (patch)
tree4fcbd10fc045352545240451175d75c60ce366e2
parent3ade32145b41eaca9a66e716fc1eb868a32d9d75 (diff)
parent1c86179dba342857e782c97e9e9f53f0aa3bf8fc (diff)
downloadrust-4c90a7f018e19f94d7c32a96bf608fbd3ab56e12.tar.gz
rust-4c90a7f018e19f94d7c32a96bf608fbd3ab56e12.zip
auto merge of #12748 : liigo/rust/rust-birthday, r=brson
Rust v0.1 was released on January 20, 2012:
https://mail.mozilla.org/pipermail/rust-dev/2012-January/001256.html
-rw-r--r--RELEASES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
index 1804f239558..20ec66e087f 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -745,8 +745,8 @@ Version 0.2  (March 2012)
       * Merged per-platform std::{os*, fs*} to core::{libc, os}
       * Extensive cleanup, regularization in libstd, libcore
 
-Version 0.1  (January 2012)
----------------------------
+Version 0.1  (January 20, 2012)
+-------------------------------
 
    * Most language features work, including:
       * Unique pointers, unique closures, move semantics