summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-16 21:25:16 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-16 21:25:16 +0000
commit096dc4cc93192cf4f8e2aa2ac5c43927b35f5278 (patch)
tree6529c8ed7fc4b1e91332e81d76e5c3c0b56c5a58
parent221843e95edaa2a1333f8970ab9aa23c2dbc8c79 (diff)
downloadgdk-pixbuf-096dc4cc93192cf4f8e2aa2ac5c43927b35f5278.tar.gz
=== Released 2.4.0 ===GTK_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.
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-43
-rw-r--r--ChangeLog.pre-2-63
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--configure.in2
6 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99c8fe262..e7b2c9518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 99c8fe262..e7b2c9518 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 99c8fe262..e7b2c9518 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 99c8fe262..e7b2c9518 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -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
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 99c8fe262..e7b2c9518 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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
diff --git a/configure.in b/configure.in
index 141830c81..aa6101c87 100644
--- a/configure.in
+++ b/configure.in
@@ -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])