summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--RELEASE_PROCEDURE.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aaec7626..6e758846 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "nix"
description = "Rust friendly bindings to *nix APIs"
-version = "0.8.0-pre"
+version = "0.8.0"
authors = ["The nix-rust Project Developers"]
homepage = "https://github.com/nix-rust/nix"
repository = "https://github.com/nix-rust/nix"
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index 14496f23..9502765c 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -34,8 +34,8 @@ After the release a commit with the following changes is added to the master
branch.
- Add a new Unreleased section header to CHANGELOG.md.
-- In `Cargo.toml`, update the version to the next `-dev` version, e.g.
- `v0.8.4-dev`.
+- In `Cargo.toml`, update the version to the nextversion, e.g.
+ `v0.8.4`.
- In `Cargo.tml`, revert the libc dependency to its git master branch.
-- Commit with a message like "Bump to v0.8.4-dev"
+- Commit with a message like "Bump to v0.8.4"
- Make a pull request.