Bump version

svn path=/trunk/; revision=7941
This commit is contained in:
Matthias Clasen 2009-03-02 05:52:09 +00:00
parent 3f07ef2119
commit d1e4cc4ec0
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
2009-03-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.19.9 ===

View File

@ -9,9 +9,9 @@ dnl ***********************************
m4_define(glib_configure_in)
#
# The following version number definitions apply to GLib, GModule, GObject
# and GThread as a whole, so if changes occoured in any of them, they are all
# treated with the same interface and binary age.
# The following version number definitions apply to GLib, GModule, GObject,
# GThread and GIO as a whole, so if changes occurred in any of them, they are
# all treated with the same interface and binary age.
#
# Making releases:
# glib_micro_version += 1;
@ -23,7 +23,7 @@ m4_define(glib_configure_in)
#
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [19])
m4_define([glib_micro_version], [9])
m4_define([glib_micro_version], [10])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])