aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Broz <gmazyland@gmail.com>2015-09-08 12:42:43 +0200
committerMilan Broz <gmazyland@gmail.com>2015-09-08 12:53:48 +0200
commit7ae863e380dac362d5df269d9338d83238543b5d (patch)
treeed94400b9321171f5377a7bfdc45ee6b5c5f44a1
parentf238e8c07532d276988fbdc60d22c5aac7ad3c76 (diff)
downloadcryptsetup-7ae863e380dac362d5df269d9338d83238543b5d.tar.gz
Prepare version 1.6.8.
-rw-r--r--README.md10
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index c6b737a..c3a72b3 100644
--- a/README.md
+++ b/README.md
@@ -36,13 +36,15 @@ Download
--------
All release tarballs and release notes are hosted on [kernel.org](https://www.kernel.org/pub/linux/utils/cryptsetup/).
-**The latest cryptsetup version is 1.6.7**
- * [cryptsetup-1.6.7.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.xz)
- * Signature [cryptsetup-1.6.7.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.sign)
+**The latest cryptsetup version is 1.6.8**
+ * [cryptsetup-1.6.8.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.8.tar.xz)
+ * Signature [cryptsetup-1.6.8.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.8.tar.sign)
_(You need to decompress file first to check signature.)_
- * [Cryptsetup 1.6.7 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.7-ReleaseNotes).
+ * [Cryptsetup 1.6.8 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.8-ReleaseNotes).
Previous versions
+ * [Version 1.6.7](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.xz) -
+ [Signature](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.sign) -
* [Version 1.6.6](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.6.tar.xz) -
[Signature](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.6.tar.sign) -
[Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/v1.6.6-ReleaseNotes).
diff --git a/configure.ac b/configure.ac
index 41ef52a..d267a50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([cryptsetup],[1.7.0-git])
+AC_INIT([cryptsetup],[1.6.8])
dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)