summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorShawn T. Amundson <amundson@gtk.org>1998-12-17 06:49:15 +0000
committerShawn Amundson <amundson@src.gnome.org>1998-12-17 06:49:15 +0000
commit2fa220504ca78735826beb3cbe7d29e1ec55f565 (patch)
treef3f3555b8c9efb65bb7a664f8e9e343b8212a0ad /configure.in
parenta9575223a6aa8dafd08736a3f615e32d6f7cd61c (diff)
downloadgdk-pixbuf-GTK_1_1_9.tar.gz
Released GTK+ 1.1.9GTK_1_1_9
Thu Dec 17 00:26:01 1998 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.1.9 * INSTALL: NEWS: README: configure.in: gtk+.spec: gtk/gtkfeatures.h.in: docs/gtk-config.1: version=1.1.9
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d0407f0a7..80f47295e 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@ cflags_set=${CFLAGS+set}
#
GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=1
-GTK_MICRO_VERSION=8
+GTK_MICRO_VERSION=9
GTK_INTERFACE_AGE=0
GTK_BINARY_AGE=0
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
@@ -179,9 +179,9 @@ fi
if test x$with_glib = x ; then
# Look for separately installed glib
- AM_PATH_GLIB(1.1.8,,
+ AM_PATH_GLIB(1.1.9,,
AC_MSG_ERROR([
-*** GLIB 1.1.8 or better is required. The latest version of GLIB
+*** GLIB 1.1.9 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org.]),
gmodule gthread)