bumped version

This commit is contained in:
Nikos Mavrogiannopoulos
2016-03-19 13:05:34 +01:00
parent 8bfc3f6e2d
commit 441c112575
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
* Version 0.11.1 (unreleased)
* Version 0.11.1 (released 2016-03-19)
- Several *BSD compilation fixes. Reported by Björn Ketelaars.
- The ipv4-network option in user configuration allows for prefix. Reported
by Frank Rosquin.

View File

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