[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Back to development

noreply at xfce.org noreply at xfce.org
Wed Jul 27 23:09:08 CEST 2016


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

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit b9c31f7c5e53b1f08a6f975fceb9476be277b785
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Jul 27 23:08:42 2016 +0200

    Back to development
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 1e9a372..fb6b44a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_notifyd_version_major], [0])
 m4_define([xfce4_notifyd_version_minor], [3])
 m4_define([xfce4_notifyd_version_micro], [0])
 m4_define([xfce4_notifyd_version_build], [@REVISION@])
-m4_define([xfce4_notifyd_version_tag], [])
+m4_define([xfce4_notifyd_version_tag], [git])
 m4_define([xfce4_notifyd_version], [xfce4_notifyd_version_major().xfce4_notifyd_version_minor().xfce4_notifyd_version_micro()ifelse(xfce4_notifyd_version_tag(), [git], [xfce4_notifyd_version_tag()-xfce4_notifyd_version_build()], [xfce4_notifyd_version_tag()])])
 
 m4_define([notifications_spec_version], [0.9])
@@ -80,7 +80,7 @@ AC_ARG_VAR([GDBUS_CODEGEN], [D-Bus code and documentation generator from XML D-B
 AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen], [no])
 if test x"$GDBUS_CODEGEN" = x"no"; then
   AC_MSG_ERROR([could not find gdbus-codegen in \$PATH. You can run
-  ./configure GDBUS_CODEGEN=/path/to/gdbus-codegen to define 
+  ./configure GDBUS_CODEGEN=/path/to/gdbus-codegen to define
   a custom location for it.])
 fi
 

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


More information about the Xfce4-commits mailing list