Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Mar 24, 2012
1 parent 97cc0d0 commit 816554c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS
@@ -1,3 +1,15 @@
Overview of changes from GLib 2.31.22 to 2.32.0
===============================================

* Bugs fixed:
671988 Quickly registering / unregistering objects on bus...
672095 glib needs stable sort function
672406 glib/tests/include.c fails to build on FreeBSD

* Updated translations:
Telugu


Overview of changes from GLib 2.31.20 to 2.31.22
================================================

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -30,8 +30,8 @@ m4_define(glib_configure_ac)
# <mclasen> on the unstable (ie master), interface age = 0

m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [31])
m4_define([glib_micro_version], [23])
m4_define([glib_minor_version], [32])
m4_define([glib_micro_version], [0])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
Expand Down

0 comments on commit 816554c

Please sign in to comment.