summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2019-08-20 00:59:57 +0200
committerJirka Hladky <jhladky@redhat.com>2019-08-20 00:59:57 +0200
commitb50b59b838fb1e3f3aff3324f6fa7e6d0625af5a (patch)
tree748e79123cae9a25bba7dfceaa6bbef9a76b8efa
parentNew version 1.9.5 (diff)
downloadhaveged-b50b59b838fb1e3f3aff3324f6fa7e6d0625af5a.tar.xz
haveged-b50b59b838fb1e3f3aff3324f6fa7e6d0625af5a.zip
New version 1.9.5v1.9.5-alpha
-rw-r--r--NEWS3
-rw-r--r--src/havege.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c5fccff..ff17fb3 100644
--- a/NEWS
+++ b/NEWS
@@ -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
*/