mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Bump version
svn path=/trunk/; revision=7941
This commit is contained in:
parent
3f07ef2119
commit
d1e4cc4ec0
@ -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 ===
|
||||
|
@ -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)])
|
||||
|
Loading…
Reference in New Issue
Block a user