diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-10-01 12:53:33 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-10-01 12:53:33 +0000 |
commit | 23459088101f33c894d0628a311d125d4a7bb11a (patch) | |
tree | 8645f37e8a32396945e490c0ba0b06c819c68390 | |
parent | For Windows build, updated OpenSSL to 0.9.7l. (diff) | |
download | openvpn-23459088101f33c894d0628a311d125d4a7bb11a.tar.xz |
Version 2.1_beta16 released
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1335 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9fc01b8..2f80768 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_beta15a], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta16], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |