From a2c3645742e0aea5a0a5200b202dbe5d489777d4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 7 Oct 2015 10:57:34 +0200 Subject: [PATCH] bumped version --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bfde31e3..ef1d63d3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Version 0.10.9 (unreleased) +* Version 0.10.9 (released 2015-10-07) - When compiled with GnuTLS 3.4 automatically sort the certificate list to be imported. - Reload the CRL during periodic maintaince if its modification time diff --git a/configure.ac b/configure.ac index eb2446df..dddcb41f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([ocserv], [0.10.8], [nmav@gnutls.org]) +AC_INIT([ocserv], [0.10.9], [nmav@gnutls.org]) PKG_PROG_PKG_CONFIG AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([gl/m4])