mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 03:04:05 +02:00
bump version number to 2.11.0
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
test5, as per Matthias' comments in bug 329548#c11.
|
test5, as per Matthias' comments in bug 329548#c11.
|
||||||
|
|
||||||
Change a gboolean to an int. Fixes bug #329789.
|
Change a gboolean to an int. Fixes bug #329789.
|
||||||
|
|
||||||
|
* configure.in: Bump version number to 2.11.0
|
||||||
|
|
||||||
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@@ -4,6 +4,8 @@
|
|||||||
test5, as per Matthias' comments in bug 329548#c11.
|
test5, as per Matthias' comments in bug 329548#c11.
|
||||||
|
|
||||||
Change a gboolean to an int. Fixes bug #329789.
|
Change a gboolean to an int. Fixes bug #329789.
|
||||||
|
|
||||||
|
* configure.in: Bump version number to 2.11.0
|
||||||
|
|
||||||
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
@@ -26,9 +26,9 @@ m4_include(m4macros/glib-gettext.m4)dnl
|
|||||||
# set glib_binary_age _and_ glib_interface_age to 0.
|
# set glib_binary_age _and_ glib_interface_age to 0.
|
||||||
#
|
#
|
||||||
m4_define([glib_major_version], [2])
|
m4_define([glib_major_version], [2])
|
||||||
m4_define([glib_minor_version], [10])
|
m4_define([glib_minor_version], [11])
|
||||||
m4_define([glib_micro_version], [2])
|
m4_define([glib_micro_version], [0])
|
||||||
m4_define([glib_interface_age], [2])
|
m4_define([glib_interface_age], [0])
|
||||||
m4_define([glib_binary_age],
|
m4_define([glib_binary_age],
|
||||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||||
m4_define([glib_version],
|
m4_define([glib_version],
|
||||||
|
Reference in New Issue
Block a user