[Xfce4-commits] <xfce4-notifyd:master> Re add git tag to version number

Jérôme Guelfucci noreply at xfce.org
Sat Nov 27 15:14:01 CET 2010


Updating branch refs/heads/master
         to d795f604ed1a614b2c48fca26dfd965fd6ea9ad4 (commit)
       from f5819d43733d3c04f2a84699180532190d643e5e (commit)

commit d795f604ed1a614b2c48fca26dfd965fd6ea9ad4
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Nov 27 15:12:55 2010 +0100

    Re add git tag to version number

 configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 663bac5..49d24f7 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], [2])
 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])



More information about the Xfce4-commits mailing list