[Xfce4-commits] <xfconf:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Jan 2 15:02:01 CET 2011
Updating branch refs/heads/master
to 4e07acc5f7ca3531ef712db6b5df05f16794d4bd (commit)
from f1d3500d4c9ea212c4ca1822aa9654e6a33dab53 (commit)
commit 4e07acc5f7ca3531ef712db6b5df05f16794d4bd
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 2 14:52:48 2011 +0100
Updates for release.
NEWS | 6 ++++++
configure.ac.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 9856635..037834a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Xfconf 4.7.5
+============
+
+ * Updated translations: he, nb, en+GB, pt, ar.
+
+
Xfconf 4.7.4
============
diff --git a/configure.ac.in b/configure.ac.in
index de5d362..fac07ae 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [2:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [7])
-m4_define([xfconf_version_micro], [4])
+m4_define([xfconf_version_micro], [5])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+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(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
More information about the Xfce4-commits
mailing list