forked from AuroraMiddleware/gtk
Revert gtk_binary_version to 2.4.0. Fix up comment to talk only about
2005-02-04 Owen Taylor <otaylor@redhat.com> * configure.in: Revert gtk_binary_version to 2.4.0. Fix up comment to talk only about backwards compat, not forward/backwards compat. (#166293, reported by Vincent Noel)
This commit is contained in:
parent
2d6557175f
commit
de90ed5856
@ -1,3 +1,9 @@
|
||||
2005-02-04 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Revert gtk_binary_version to 2.4.0. Fix
|
||||
up comment to talk only about backwards compat, not
|
||||
forward/backwards compat. (#166293, reported by Vincent Noel)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-02-04 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Revert gtk_binary_version to 2.4.0. Fix
|
||||
up comment to talk only about backwards compat, not
|
||||
forward/backwards compat. (#166293, reported by Vincent Noel)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-02-04 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Revert gtk_binary_version to 2.4.0. Fix
|
||||
up comment to talk only about backwards compat, not
|
||||
forward/backwards compat. (#166293, reported by Vincent Noel)
|
||||
|
||||
2005-02-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
|
||||
|
@ -22,11 +22,13 @@ m4_define([gtk_binary_age],
|
||||
m4_define([gtk_api_version], [2.0])
|
||||
|
||||
# Define a string for the earliest version that this release has
|
||||
# forward/backwards binary compatibility with. This is used for module
|
||||
# locations. (Should this be backwards-compat instead?)
|
||||
# backwards binary compatibility with for all interfaces a module
|
||||
# might. Unless we add module-only API with lower stability
|
||||
# guarantees, this should be unchanged until we break binary compat
|
||||
# for GTK+.
|
||||
#
|
||||
#GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$LT_CURRENT
|
||||
m4_define([gtk_binary_version], [2.7.0])
|
||||
m4_define([gtk_binary_version], [2.4.0])
|
||||
|
||||
# required versions of other packages
|
||||
m4_define([glib_required_version], [2.6.0])
|
||||
|
Loading…
Reference in New Issue
Block a user