diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-28 09:50:11 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-28 09:50:11 +0000 |
commit | bc27ad47d6a382b81e92d4c0561e0126db2edc82 (patch) | |
tree | b05797b007b1003c6bdef4e76f0b1d037f06b088 /configure.ac | |
parent | On Windows, revert to "ip-win32 dynamic" as the default. (diff) | |
download | openvpn-bc27ad47d6a382b81e92d4c0561e0126db2edc82.tar.xz |
Version 2.1_rc2 releasedv2.1_rc2
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1750 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3189e1..eb8f040 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_rc1d], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_rc2], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |