diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-02 04:14:44 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-02 04:14:44 +0000 |
commit | 0b020506c4d4a477b5a62917cee516c3b4a5ceae (patch) | |
tree | 24ba2a5d710e248f77654f94289b42cdb4a14b98 /configure.ac | |
parent | More PKCS#11 changes. (diff) | |
download | openvpn-0b020506c4d4a477b5a62917cee516c3b4a5ceae.tar.xz |
VERSION 2.1_beta6
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@755 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7d9298b..3e8da8a 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_beta5], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta6], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |