[Xfce4-commits] [xfce/xfconf] 01/01: Added gdbus binding to gitignore, add post release git tag

noreply at xfce.org noreply at xfce.org
Sun Oct 21 12:25:26 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 41ef27ad03b1fcea257cc0b6a16b9bc94310430d
Author: Ali Abdallah <ali at xfce.org>
Date:   Sun Oct 21 12:25:20 2018 +0200

    Added gdbus binding to gitignore, add post release git tag
---
 .gitignore      | 2 ++
 configure.ac.in | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4c9e4fa..e55d79b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,8 @@ common/xfconf-marshal.c
 common/xfconf-marshal.h
 common/xfconf-alias.h
 common/xfconf-aliasdef.c
+common/xfconf-gdbus-bindings.c
+common/xfconf-gdbus-bindings.h
 docs/reference/xfconf-decl-list.txt
 docs/reference/sgml-build.stamp
 docs/reference/xfconf.signals
diff --git a/configure.ac.in b/configure.ac.in
index 8e20494..18e66b5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,8 +12,8 @@ m4_define([xfconf_version_major], [4])
 m4_define([xfconf_version_minor], [13])
 m4_define([xfconf_version_micro], [6])
 m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [])
-m4_define([xfconf_version_tag], [])
+m4_define([xfconf_version_build], [@REVISION@])
+m4_define([xfconf_version_tag], [git])
 m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
 
 m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list