diff options
author | Jirka Hladky <jhladky@redhat.com> | 2019-08-20 00:59:57 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2019-08-20 00:59:57 +0200 |
commit | b50b59b838fb1e3f3aff3324f6fa7e6d0625af5a (patch) | |
tree | 748e79123cae9a25bba7dfceaa6bbef9a76b8efa | |
parent | New version 1.9.5 (diff) | |
download | haveged-b50b59b838fb1e3f3aff3324f6fa7e6d0625af5a.tar.xz haveged-b50b59b838fb1e3f3aff3324f6fa7e6d0625af5a.zip |
New version 1.9.5v1.9.5-alpha
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | src/havege.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +v1.9.5 (Aug 11, 2018) + * Various bug fixes - please see ChangeLog for the detailed list of changes + v1.9.4 (Aug 11, 2018) * Avoid misleading message if cmd socket is in use diff --git a/src/havege.h b/src/havege.h index e29a0da..a85e90e 100644 --- a/src/havege.h +++ b/src/havege.h @@ -30,7 +30,7 @@ extern "C" { * header/package version as a numeric major, minor, patch triple. See havege_version() * below for useage. */ -#define HAVEGE_PREP_VERSION "1.9.4" +#define HAVEGE_PREP_VERSION "1.9.5" /** * Basic types */ |