diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-02-04 17:45:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-02-04 17:45:15 +0000 |
commit | de90ed585622f99197bffded718d4fc8f7198f18 (patch) | |
tree | 100e1bbe6d2ef7f548884da133bd163e643c8d44 /configure.in | |
parent | 2d6557175fe0014566fa80ed31c30a8dff896cde (diff) | |
download | gtk+-de90ed585622f99197bffded718d4fc8f7198f18.tar.gz |
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)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in index fd1d9264d1..ee52580402 100644 --- a/configure.in +++ b/configure.in @@ -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]) |