Bump Version
Bump Version
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
2005-03-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
||||
Tue Mar 1 14:04:08 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
|
||||
const warnings on data structure seeding.
|
||||
|
||||
2005-03-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
||||
* === Released 2.6.4 ===
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
2005-03-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
||||
Tue Mar 1 14:04:08 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
|
||||
const warnings on data structure seeding.
|
||||
|
||||
2005-03-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
||||
* === Released 2.6.4 ===
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
@@ -1,10 +1,14 @@
|
||||
2005-03-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
||||
Tue Mar 1 14:04:08 2005 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
|
||||
const warnings on data structure seeding.
|
||||
|
||||
2005-03-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
|
||||
* === Released 2.6.4 ===
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
@@ -12,10 +12,10 @@ AC_PREREQ(2.54)
|
||||
|
||||
m4_define([gtk_major_version], [2])
|
||||
m4_define([gtk_minor_version], [6])
|
||||
m4_define([gtk_micro_version], [4])
|
||||
m4_define([gtk_micro_version], [5])
|
||||
m4_define([gtk_version],
|
||||
[gtk_major_version.gtk_minor_version.gtk_micro_version])
|
||||
m4_define([gtk_interface_age], [4])
|
||||
m4_define([gtk_interface_age], [5])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
# This is the X.Y used in -lgtk-FOO-X.Y
|
||||
|
||||
Reference in New Issue
Block a user