diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-12-05 08:19:06 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-12-05 08:19:06 +0000 |
commit | d3a142f9c700977d853c36948a2a8f0936a43550 (patch) | |
tree | 9cbdc4e8526865cfd3cf4e625680e6fa43bdf235 | |
parent | updated valgrind-suppress for OpenSSL 0.9.8 (diff) | |
download | openvpn-d3a142f9c700977d853c36948a2a8f0936a43550.tar.xz |
Interim snapshot 2.1_rc1c
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1541 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 8843a2c..cac1e11 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_rc1b], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_rc1c], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |