From 2fc5be7d1a138cbb27d3262679134e6a57487d78 Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Wed, 30 Dec 2009 11:38:58 +0100 Subject: Post release tag bump. --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac.in') diff --git a/configure.ac.in b/configure.ac.in index 7315ced..bcbfd2d 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -13,7 +13,7 @@ m4_define([xfconf_version_minor], [7]) m4_define([xfconf_version_micro], [0]) m4_define([xfconf_version_nano], []) m4_define([xfconf_version_build], [@REVISION@]) -m4_define([xfconf_version_tag], []) +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()])]) m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])]) -- cgit v1.2.1