diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-19 12:17:59 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-19 12:17:59 +0000 |
commit | 16eda097378d0b6f6c344a80e242de80f02a5b1a (patch) | |
tree | 09e97f15b6ba124a6f9bb9c71b12831b679874f1 /configure.ac | |
parent | Port share proxy bug fixes. (diff) | |
download | openvpn-16eda097378d0b6f6c344a80e242de80f02a5b1a.tar.xz |
Version 2.1_beta11 released
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@904 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 7726032..416d7f4 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_beta10a], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta11], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |