mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-09 05:31:05 +08:00

In commit 7a845401043dbd9c the version.m4 was modified to remove the alpha1 tag. But then Alon Bar-Lev noticed that NTFS wasn't happy about the ':' character. So let's rather just skip the complete 'git:' prefix and use just 'master' instead. Reported-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: David Sommerseth <davids@redhat.com>
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
dnl define the OpenVPN version
|
|
define([PRODUCT_NAME], [OpenVPN])
|
|
define([PRODUCT_TARNAME], [openvpn])
|
|
define([PRODUCT_VERSION], [2.3_master])
|
|
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
|
|
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
|
|
dnl define the TAP version
|
|
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
|
|
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])
|
|
define([PRODUCT_TAP_WIN_MIN_MINOR], [9])
|