summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2020-06-28 03:58:06 +0200
committerJirka Hladky <jhladky@redhat.com>2020-06-28 03:58:06 +0200
commit83d7b228ca36f58779fab1426752dcf6b1ddf447 (patch)
tree29386485ff9efc3e4120d7f09955b3b7ba42416f /configure.ac
parentBumped version to 1.9.12 (diff)
downloadhaveged-83d7b228ca36f58779fab1426752dcf6b1ddf447.tar.xz
haveged-83d7b228ca36f58779fab1426752dcf6b1ddf447.zip
Added support for --verion
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f573b9..e55800c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
## Minimum Autoconf version
AC_PREREQ([2.59])
-AC_INIT([haveged],[1.9.12])
+AC_INIT([haveged],[1.9.13])
AC_CONFIG_AUX_DIR(config)
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_HEADER([config.h])