=== Released 2.4.0 ===

Tue Mar 16 13:29:58 2004  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.4.0 ===

        * configure.in: Version 2.4.0, interface age 0;
        require glib-2.4.0, pango-1.4.0.

        * configure.in: Change gtk_binary_version to 2.4.0;
        there are some compatibility issues with older theme engines.
This commit is contained in:
Owen Taylor
2004-03-16 21:25:16 +00:00
committed by Owen Taylor
parent 221843e95e
commit d7355334e8
6 changed files with 16 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* configure.in: Change gtk_binary_version to 2.4.0;
there are some compatibility issues with older theme engines.
* NEWS: Updates
* README.in: Updates

View File

@@ -5,6 +5,9 @@ Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* configure.in: Change gtk_binary_version to 2.4.0;
there are some compatibility issues with older theme engines.
* NEWS: Updates
* README.in: Updates

View File

@@ -5,6 +5,9 @@ Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* configure.in: Change gtk_binary_version to 2.4.0;
there are some compatibility issues with older theme engines.
* NEWS: Updates
* README.in: Updates

View File

@@ -5,6 +5,9 @@ Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* configure.in: Change gtk_binary_version to 2.4.0;
there are some compatibility issues with older theme engines.
* NEWS: Updates
* README.in: Updates

View File

@@ -5,6 +5,9 @@ Tue Mar 16 13:29:58 2004 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 2.4.0, interface age 0;
require glib-2.4.0, pango-1.4.0.
* configure.in: Change gtk_binary_version to 2.4.0;
there are some compatibility issues with older theme engines.
* NEWS: Updates
* README.in: Updates

View File

@@ -26,7 +26,7 @@ m4_define([gtk_api_version], [2.0])
# locations. (Should this be backwards-compat instead?)
#
#GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$LT_CURRENT
m4_define([gtk_binary_version], [2.2.0])
m4_define([gtk_binary_version], [2.4.0])
# required versions of other packages
m4_define([glib_required_version], [2.4.0])