[Xfce4-commits] [apps/xfce4-dict] 01/07: Restore git version tag
noreply at xfce.org
noreply at xfce.org
Wed Mar 11 22:11:55 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository apps/xfce4-dict.
commit eb174c360ec423ffc28b4f34d04cee9a07909f8e
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Mar 11 22:03:09 2015 +0100
Restore git version tag
---
configure.ac.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index afc21ec..468752b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,8 +4,8 @@ dnl ***************************
m4_define([xfce4_dict_version_major], [0])
m4_define([xfce4_dict_version_minor], [7])
m4_define([xfce4_dict_version_micro], [0])
-m4_define([xfce4_dict_version_build], [r at REVISION@])
-m4_define([xfce4_dict_version_tag], [])
+m4_define([xfce4_dict_version_build], [@REVISION@])
+m4_define([xfce4_dict_version_tag], [git])
m4_define([xfce4_dict_version], [xfce4_dict_version_major().xfce4_dict_version_minor().xfce4_dict_version_micro()ifelse(xfce4_dict_version_tag(), [git], [xfce4_dict_version_tag()-xfce4_dict_version_build()], [xfce4_dict_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list