[Xfce4-commits] <libxfce4ui:master> Updates for release.
Nick Schermer
noreply at xfce.org
Fri Apr 13 23:36:01 CEST 2012
Updating branch refs/heads/master
to 8fc1df73f5c15563ca083ad2df9cfeb30958078a (commit)
from 03cbe61157040df44e6185d9a1f473a098833b55 (commit)
commit 8fc1df73f5c15563ca083ad2df9cfeb30958078a
Author: Nick Schermer <nick at xfce.org>
Date: Fri Apr 13 23:33:08 2012 +0200
Updates for release.
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index caf8f14..58278ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.9.2
+=====
+- Update translators, week 13 and 14.
+- Increase gtk and glib versions.
+- Bump 4util dependency.
+- Remove unused function prototype.
+- Translation updates: German, Greek, Galician, Japanese, Korean,
+ Dutch (Flemish), Polish, Portuguese, Russian, Turkish.
+
4.9.1
=====
- Open docs.xfce.org when Help in xfce4-about is clicked.
diff --git a/configure.ac.in b/configure.ac.in
index a347556..bb1489c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [9])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_micro], [2])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
More information about the Xfce4-commits
mailing list