summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--configure.in2
7 files changed, 31 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03f1558595..6409f6b547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 03f1558595..6409f6b547 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 03f1558595..6409f6b547 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 03f1558595..6409f6b547 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 03f1558595..6409f6b547 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 03f1558595..6409f6b547 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Sun Dec 15 18:39:09 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Hard-code GTK_BINARY_VERSION=2.2.0 for
+ now; should stay the same until we branch for 2.3.
+
Sun Dec 15 18:14:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item):
diff --git a/configure.in b/configure.in
index b80fe270e0..98abc61031 100644
--- a/configure.in
+++ b/configure.in
@@ -71,7 +71,7 @@ AC_SUBST(LT_CURRENT_MINUS_AGE)
# locations. (Should this be backwards-compat instead?)
#
#GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$LT_CURRENT
-GTK_BINARY_VERSION=$GTK_MAJOR_VERSION.0.$LT_CURRENT
+GTK_BINARY_VERSION=2.2.0
AC_SUBST(GTK_BINARY_VERSION)
#