[Xfce4-commits] <xfce4-notifyd:xfce4-notifyd-0.1> Add git version tag.
Jérôme Guelfucci
noreply at xfce.org
Tue Nov 30 22:34:03 CET 2010
Updating branch refs/heads/xfce4-notifyd-0.1
to cb2be233d2e883acbe93b1eda3648246e36e3453 (commit)
from d43fe27736472ec1fab5d1eb1be3d9ecf20ab341 (commit)
commit cb2be233d2e883acbe93b1eda3648246e36e3453
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Tue Nov 30 18:36:55 2010 +0100
Add git version tag.
configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index c1aff68..a0c69c4 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], [1])
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()])])
dnl init autoconf
More information about the Xfce4-commits
mailing list