[Xfce4-commits] <xfce4-panel:xfce-4.10> Post release tag bump.
Nick Schermer
noreply at xfce.org
Sun May 5 17:50:12 CEST 2013
Updating branch refs/heads/xfce-4.10
to f4e7c270256bd0747666ae19522a446940abacf8 (commit)
from 48000a27d595dfe359aef35192cb7b3145db3cba (commit)
commit f4e7c270256bd0747666ae19522a446940abacf8
Author: Nick Schermer <nick at xfce.org>
Date: Sun May 5 17:48:40 2013 +0200
Post release tag bump.
configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 7fe66c9..7705934 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([xfce4_panel_version_minor], [10])
m4_define([xfce4_panel_version_micro], [1])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [])
+m4_define([xfce4_panel_version_tag], [git])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************
More information about the Xfce4-commits
mailing list