about summary refs log tree commit diff
path: root/src/libsemver
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-04-03 16:28:46 -0700
committerBrian Anderson <banderson@mozilla.com>2014-04-03 16:28:46 -0700
commit0875ffcbfff1b8b432ae09dd435466f34e2c61fa (patch)
treed09361df10af0ea15628e14c9b86f504be42ab60 /src/libsemver
parentbb31cb8d2e4e415cbb71d368918d72902e655e01 (diff)
downloadrust-0875ffcbfff1b8b432ae09dd435466f34e2c61fa.tar.gz
rust-0875ffcbfff1b8b432ae09dd435466f34e2c61fa.zip
Bump version to 0.11-pre
This also changes some of the download links in the documentation
to 'nightly'.
Diffstat (limited to 'src/libsemver')
-rw-r--r--src/libsemver/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsemver/lib.rs b/src/libsemver/lib.rs
index 4bdbca4ec1c..60a72dabb57 100644
--- a/src/libsemver/lib.rs
+++ b/src/libsemver/lib.rs
@@ -28,7 +28,7 @@
 //! An example version number with all five components is
 //! `0.8.1-rc.3.0+20130922.linux`.
 
-#![crate_id = "semver#0.10"]
+#![crate_id = "semver#0.11-pre"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]