bumped version

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2018-04-15 20:53:17 +02:00
parent 40fa7ed1eb
commit d246f3534b
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
* Version 0.11.12 (unreleased)
* Version 0.11.12 (released 2018-04-22)
- Corrected crash on certain cases when proxy protocol is in use (#146).
- Corrected use of new features in GnuTLS 3.6.x
- Include crypt.h when necessary for crypt() - new glibc systems

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([ocserv], [0.11.11], [nmav@gnutls.org])
AC_INIT([ocserv], [0.11.12], [nmav@gnutls.org])
PKG_PROG_PKG_CONFIG
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])