summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-04-19 13:21:54 +0200
committerDavid Sommerseth <davids@redhat.com>2013-04-19 15:46:37 +0200
commitfb6210418162ec036289117f6f1b6705b1d0d1d4 (patch)
tree3a4515bf0e48496167d403c2b23851ef5c705b8a /version.m4
parent1d561d4eaebe8652768270b6373023177b8d706d (diff)
downloadopenvpn-fb6210418162ec036289117f6f1b6705b1d0d1d4.tar.gz
openvpn-fb6210418162ec036289117f6f1b6705b1d0d1d4.tar.xz
openvpn-fb6210418162ec036289117f6f1b6705b1d0d1d4.zip
Improve the git revision tracking
This removes the single 'git revision' line from the --version screen and moves this information on the top, together with the OpenVPN version. In addition this patch adds two git flags after the git committish. If there exists changed but unstaged files when the build was done, a '+' is appended after the committish. If there exists staged files (files which have been added with 'git add') a '*' will be appended. These flags are not exclusive. This also simplifies the config-version.h generation by not using sed parsing a template. It's just two lines which are generated, so no need to complicate things more than needed. Signed-off-by: David Sommerseth <davids@redhat.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: 1366375212-14886-1-git-send-email-dazo@users.sourceforge.net URL: http://article.gmane.org/gmane.network.openvpn.devel/7522
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 1ea1c32..376661f 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_master])
+define([PRODUCT_VERSION], [2.3_git])
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
dnl define the TAP version