diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-23 13:14:55 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-23 13:14:55 +0000 |
commit | 28549038ac2d729ee2f796ae4ea976e77c49cd1e (patch) | |
tree | 55a599bb5fbb745c04b1d221eb94d8cc2ea82d6b /configure.ac | |
parent | Version 2.1_beta11 released (diff) | |
download | openvpn-28549038ac2d729ee2f796ae4ea976e77c49cd1e.tar.xz |
Minor fixes for gcc (GCC) 4.0.2 warnings.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@905 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 416d7f4..f269e9f 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_beta11], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta11a], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |