Bump version
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Mar 2009 05:52:09 +0000 (05:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Mar 2009 05:52:09 +0000 (05:52 +0000)
svn path=/trunk/; revision=7941

ChangeLog
configure.in

index 2b76393..fc72b4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-03-02  Matthias Clasen <mclasen@redhat.com>
 
+       * configure.in: Bump version
+
+2009-03-02  Matthias Clasen <mclasen@redhat.com>
+
        * === Released 2.19.9 ===
 
 2009-03-02  Matthias Clasen <mclasen@redhat.com>
index 0a3f3fd..d2126ea 100644 (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)])