summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-14 05:21:51 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-14 05:21:51 +0000
commit9a88179e58a821d32913d9bc0a54eb73023cde7f (patch)
treef02480061b27c8445a8f3e24482acc5723cb4be9 /version.m4
parent9ff2821b57c72cb5aa2916e9bbde5b2fd1f517d6 (diff)
downloadopenvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.tar.gz
openvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.tar.xz
openvpn-9a88179e58a821d32913d9bc0a54eb73023cde7f.zip
Added AC_GNU_SOURCE to configure.ac to enable struct ucred,
with the goal of fixing a build issue on Fedora 9 that was introduced in 2.1_rc13. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3434 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'version.m4')
-rw-r--r--version.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index 05f55d0..5174a49 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc13])
+define(PRODUCT_VERSION,[2.1_rc13a])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])