mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Bump version
This commit is contained in:
parent
d088169a98
commit
3e725d3e02
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version
|
||||||
|
|
||||||
2005-03-09 Sven Neumann <sven@gimp.org>
|
2005-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version
|
||||||
|
|
||||||
2005-03-09 Sven Neumann <sven@gimp.org>
|
2005-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version
|
||||||
|
|
||||||
2005-03-09 Sven Neumann <sven@gimp.org>
|
2005-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Bump version
|
||||||
|
|
||||||
2005-03-09 Sven Neumann <sven@gimp.org>
|
2005-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
* glib/gfileutils.c (g_file_replace): avoid unnecessary filename
|
||||||
|
@ -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], [6])
|
m4_define([glib_minor_version], [7])
|
||||||
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],
|
||||||
|
Loading…
Reference in New Issue
Block a user