diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 20:36:31 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-05 20:36:31 +0000 |
commit | 3038f342dc2c6c462b51745621c5f7321da81a96 (patch) | |
tree | 8f068fae9ea646b583aa093572eb758122563c32 /configure.ac | |
parent | Version 2.1_rc2 released (diff) | |
download | openvpn-3038f342dc2c6c462b51745621c5f7321da81a96.tar.xz |
Include tap.cat (TAP driver catalog file) in Windows
installer.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1753 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 eb8f040..64789cf 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_rc2], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_rc2a], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |