about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLiigo Zhuang <com.liigo@gmail.com>2014-03-07 15:05:05 +0800
committerLiigo Zhuang <com.liigo@gmail.com>2014-03-07 15:08:42 +0800
commit1c86179dba342857e782c97e9e9f53f0aa3bf8fc (patch)
treed25465374c56936f9a4d3dcde7fd64f14df32877
parent28e7631d8beadd8762adefde2346266732e1866d (diff)
downloadrust-1c86179dba342857e782c97e9e9f53f0aa3bf8fc.tar.gz
rust-1c86179dba342857e782c97e9e9f53f0aa3bf8fc.zip
Explicitly write down 0.1 release date in RELEASES.txt, to confirm Rust's birthday.
-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