summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:31 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:06:52 +0100
commite87f4b611d4f75fda908838160a39a0aea992fdc (patch)
treecc142d8ccdbf0ce90f96a6ca519d781f68ad3a05 /version.m4
parent3c19fcc2099d8ddf6bfeec6550d4e3cb1cbf3431 (diff)
downloadopenvpn-e87f4b611d4f75fda908838160a39a0aea992fdc.tar.gz
openvpn-e87f4b611d4f75fda908838160a39a0aea992fdc.tar.xz
openvpn-e87f4b611d4f75fda908838160a39a0aea992fdc.zip
build: version should not contain '-'
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: David Sommerseth <davids@redhat.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 9f15247..ff9b35f 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.3-alpha1])
+define(PRODUCT_VERSION,[2.3_alpha1])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])