[Xfce4-commits] <xfconf:xfce-4.6> change rev tag from svn to git

Brian J. Tarricone noreply at xfce.org
Sat Sep 19 01:46:02 CEST 2009


Updating branch refs/heads/xfce-4.6
         to 7833889b4f0c8b4017970f6c00c998926c9defdc (commit)
       from f7aebe04aec59c3c5583fd81a0320c09ac13ff3a (commit)

commit 7833889b4f0c8b4017970f6c00c998926c9defdc
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Fri Sep 18 16:45:08 2009 -0700

    change rev tag from svn to git

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

diff --git a/configure.ac.in b/configure.ac.in
index d9231fb..a51a72b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,9 +12,9 @@ m4_define([xfconf_version_major], [4])
 m4_define([xfconf_version_minor], [6])
 m4_define([xfconf_version_micro], [1])
 m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [r at REVISION@])
-m4_define([xfconf_version_tag], [])
-m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [svn], [xfconf_version_tag()-xfconf_version_build()], [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()])])
 
 dnl init autoconf
 AC_INIT([xfconf], [xfconf_version], [http://bugzilla.xfce.org/])



More information about the Xfce4-commits mailing list