summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-05-04 16:37:00 +0200
committerDavid Sommerseth <davids@redhat.com>2012-05-04 16:37:00 +0200
commit4f6f17767d91df264b9ab26526dc018a23e9f040 (patch)
tree4cc8962380b95f31b6b868db414fa557592ff0c8 /version.m4
parent7a845401043dbd9cce1aa7e1d33a5df50ad76c71 (diff)
downloadopenvpn-4f6f17767d91df264b9ab26526dc018a23e9f040.tar.gz
openvpn-4f6f17767d91df264b9ab26526dc018a23e9f040.tar.xz
openvpn-4f6f17767d91df264b9ab26526dc018a23e9f040.zip
Some filesystems don't like ':', which is a path 'make dist' would use
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>
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 75e8e40..1ea1c32 100644
--- a/version.m4
+++ b/version.m4
@@ -1,7 +1,7 @@
dnl define the OpenVPN version
define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_TARNAME], [openvpn])
-define([PRODUCT_VERSION], [2.3_git:master])
+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