diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-22 08:21:16 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-22 08:21:16 +0000 |
commit | 1568d7f42886fe3f5f8ea79110791cdd8e0786df (patch) | |
tree | fd76610f02817c91b3f92774e7fa08480b846168 /configure.ac | |
parent | Moved OpenVPN version number from configure.ac (diff) | |
download | openvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.tar.xz |
Version is now specified in version.m4 for both
unix and windows versions.
Reworked the Windows build scripting system, with
settings (other than version #) specified in settings.in.
Moved the native scripting grammar as defined by trans.pl
away from NSIS and to something more generic.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1867 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 db84a5d..af57577 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) m4_include(version.m4) -AC_INIT([OpenVPN], [OPENVPN_VERSION], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [PRODUCT_VERSION], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |