bumped version

This commit is contained in:
Nikos Mavrogiannopoulos
2013-10-29 12:51:54 +01:00
parent 6d8d111f6d
commit c21189698c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,4 @@
* Version 0.1.8 (unreleased)
* Version 0.2.0 (unreleased)
- Added configuration directives 'config-per-user' and 'config-per-group'.
They allow loading an additional configuration client per user or per

View File

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