diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ $Id$ to management GUI app rather than be connected to as a server. * Added "bytecount" command to management interface. +* --remote-cert-tls fixes (Alon Bar-Lev). 2006.01.03 -- Version 2.1-beta8 diff --git a/configure.ac b/configure.ac index 3a1f96b..653913a 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT([OpenVPN], [2.1_beta8c], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta9], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |