Skip to content

Commit cac3dba

Browse files
committed
Version 2.8.4.
1 parent d5ef7d5 commit cac3dba

File tree

4 files changed

+257
-262
lines changed

4 files changed

+257
-262
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Download
3939
Release notes and tarballs are available at
4040
[kernel.org](https://cdn.kernel.org/pub/linux/utils/cryptsetup/).
4141

42-
**The latest stable cryptsetup release version is 2.8.3**
43-
* [cryptsetup-2.8.3.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.3.tar.xz)
44-
* Signature [cryptsetup-2.8.3.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.3.tar.sign)
42+
**The latest stable cryptsetup release version is 2.8.4**
43+
* [cryptsetup-2.8.4.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.4.tar.xz)
44+
* Signature [cryptsetup-2.8.4.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.4.tar.sign)
4545
_(You need to decompress file first to check signature.)_
46-
* [Cryptsetup 2.8.3 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.3-ReleaseNotes).
46+
* [Cryptsetup 2.8.4 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.4-ReleaseNotes).
4747

4848
[Previous versions](https://cdn.kernel.org/pub/linux/utils/cryptsetup)
4949

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.67])
2-
AC_INIT([cryptsetup],[2.8.3])
2+
AC_INIT([cryptsetup],[2.8.4])
33

44
dnl library version from <major>.<minor>.<release>[-<suffix>]
55
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('cryptsetup',
22
'c',
33
default_options: [ 'prefix=/usr' ],
44
meson_version: '>=0.64',
5-
version: '2.8.3')
5+
version: '2.8.4')
66

77
libcryptsetup_version = '12.11.0'
88

0 commit comments

Comments
 (0)