diff options
author | Jirka Hladky <jhladky@redhat.com> | 2019-09-30 17:52:21 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2019-09-30 17:52:21 +0200 |
commit | 2b234789fa6437426bbb20c96409c5d3e7960446 (patch) | |
tree | 67999f94bf2af6621bde9e327aecf5d6cc096382 /configure.ac | |
parent | Fix for Unresolved symbol error_exit in libhavege #20 by pld-gitsync (diff) | |
download | haveged-2b234789fa6437426bbb20c96409c5d3e7960446.tar.xz haveged-2b234789fa6437426bbb20c96409c5d3e7960446.zip |
Preparing 1.9.7 release
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 274df50..aa2e7e3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ ## Minimum Autoconf version AC_PREREQ([2.59]) -AC_INIT([haveged],[1.9.5]) +AC_INIT([haveged],[1.9.7]) AC_CONFIG_AUX_DIR(config) AC_USE_SYSTEM_EXTENSIONS AC_CONFIG_HEADER([config.h]) |