about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-12 15:30:24 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-12 19:52:29 -0700
commitc1da4f875ff2fda71aa9f86ce7a410800990ad60 (patch)
treea46a580beacd013622d7677df8fe545f9f01e487 /src/libstd/lib.rs
parent3e9f66fc9ffa9e78d96676d74b3880ddfd597006 (diff)
downloadrust-c1da4f875ff2fda71aa9f86ce7a410800990ad60.tar.gz
rust-c1da4f875ff2fda71aa9f86ce7a410800990ad60.zip
Add the patch number to version strings. Closes #13289
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 8f0c1e41309..34ed7933c39 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -96,7 +96,7 @@
 //! all the standard macros, such as `assert!`, `fail!`, `println!`,
 //! and `format!`, also available to all Rust code.
 
-#![crate_id = "std#0.11-pre"]
+#![crate_id = "std#0.11.0-pre"]
 #![comment = "The Rust standard library"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]