Updating branch refs/heads/master
         to 07dd39da965da0b2060dad4823534f39b58bd75a (commit)
       from 3c99383dcef3fd059c5be1fe28fd007718406d7b (commit)

commit 07dd39da965da0b2060dad4823534f39b58bd75a
Author: Nick Schermer <n...@xfce.org>
Date:   Fri Apr 13 22:55:55 2012 +0200

    Updates for release.

 NEWS            |   11 +++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 378cbab..2d2bdfc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.9.1
+=====
+- Use LT_PREREQ and LT_INIT.
+- UTF-8 check xfconf strings.
+- Do not dup strings in xfconf_channel_set_string.
+- Bump package dependency versions.
+- Fix comment in perl package info (bug #8661).
+- Don't use deprecated g_value_set_char (bug #8690).
+- Translation updates: German, Greek, Japanese, Korean, Dutch
+  (Flemish), Polish, Portuguese, Turkish.
+
 4.9.0
 =====
 - Use sh as interpreter in tests.
diff --git a/configure.ac.in b/configure.ac.in
index e64238c..c3e2f2e 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], [9])
-m4_define([xfconf_version_micro], [0])
+m4_define([xfconf_version_micro], [1])
 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])])
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to