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

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


Updating branch refs/heads/master
         to 7934bbe4827857971510442e1094b8252e4a98e1 (commit)
       from e2add87576c06d0e19e3ec22e0549fad2f998089 (commit)

commit 7934bbe4827857971510442e1094b8252e4a98e1
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 487d9a7..dd892bf 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,9 +12,9 @@ m4_define([xfconf_version_major], [4])
 m4_define([xfconf_version_minor], [7])
 m4_define([xfconf_version_micro], [0])
 m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [r at REVISION@])
-m4_define([xfconf_version_tag], [svn])
-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