summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2024-10-15 21:50:08 +0200
committerJirka Hladky <jhladky@redhat.com>2024-10-15 21:50:08 +0200
commite0c1d0c863e1155f34bc391ce63cafcebe691bd2 (patch)
treeae50901fb15d43c9446ab903fc06807e6fc9ce49 /src
parentsrc/haveged.c - only warn when creating of named semaphore fails (diff)
downloadhaveged-e0c1d0c863e1155f34bc391ce63cafcebe691bd2.tar.xz
haveged-e0c1d0c863e1155f34bc391ce63cafcebe691bd2.zip
Bumped version to 1.9.20
Diffstat (limited to 'src')
-rw-r--r--src/havege.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/havege.h b/src/havege.h
index e12ec64..5b6873e 100644
--- a/src/havege.h
+++ b/src/havege.h
@@ -1,7 +1,7 @@
/**
** Simple entropy harvester based upon the havege RNG
**
- ** Copyright 2018-2022 Jirka Hladky hladky DOT jiri AT gmail DOT com
+ ** Copyright 2018-2024 Jirka Hladky hladky DOT jiri AT gmail DOT com
** Copyright 2009-2014 Gary Wuertz gary@issiweb.com
** Copyright 2011-2012 BenEleventh Consulting manolson@beneleventh.com
**
@@ -31,7 +31,7 @@ extern "C" {
* header/package version as a numeric major, minor, patch triple. See havege_version()
* below for usage.
*/
-#define HAVEGE_PREP_VERSION "1.9.19"
+#define HAVEGE_PREP_VERSION "1.9.20"
/**
* Basic types
*/