Browse code

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>

David Sommerseth authored on 2012/05/04 23:37:00
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 dnl define the OpenVPN version
2 2
 define([PRODUCT_NAME], [OpenVPN])
3 3
 define([PRODUCT_TARNAME], [openvpn])
4
-define([PRODUCT_VERSION], [2.3_git:master])
4
+define([PRODUCT_VERSION], [2.3_master])
5 5
 define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
6 6
 define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
7 7
 dnl define the TAP version