diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-03 03:03:24 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-03 03:03:24 +0000 |
commit | 296eddd8f6bc375270cfefc72720bcd63ff2c643 (patch) | |
tree | 2fa7a49ac876412e0f622ac9b026cc6e68e3ae6b | |
parent | Added patch to modify openvpn.nsi for building (diff) | |
download | openvpn-296eddd8f6bc375270cfefc72720bcd63ff2c643.tar.xz |
incremented version number to 2.1_beta7b
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@872 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 fbfe552..f0e4ba8 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_beta7], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta7b], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |