diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2012-02-29 22:11:31 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2012-03-22 22:06:52 +0100 |
commit | e87f4b611d4f75fda908838160a39a0aea992fdc (patch) | |
tree | cc142d8ccdbf0ce90f96a6ca519d781f68ad3a05 | |
parent | 3c19fcc2099d8ddf6bfeec6550d4e3cb1cbf3431 (diff) | |
download | openvpn-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>
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |