summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-04 13:32:14 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-04 13:32:14 +0000
commit7db6313ab543c11c7c2e823c0184bd43ce36b9b7 (patch)
treec58ed2ee38b6fc1659cfb40d95eef58494951203 /configure.in
parent7f4ba9180018755e5fb43dd3b99a2ed11ff3a6b3 (diff)
downloadgdk-pixbuf-7db6313ab543c11c7c2e823c0184bd43ce36b9b7.tar.gz
version=1.1.15GTK_1_1_15
Thu Feb 4 05:42:34 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in gtk+.spec docs/gtk-config.1: version=1.1.15 * Makefile.am: example files where incorrect for menu directory. * Released GTK+ 1.1.15
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 26b52ff34..0d2ec29f8 100644
--- a/configure.in
+++ b/configure.in
@@ -25,8 +25,8 @@ cflags_set=${CFLAGS+set}
#
GTK_MAJOR_VERSION=1
GTK_MINOR_VERSION=1
-GTK_MICRO_VERSION=14
-GTK_INTERFACE_AGE=0
+GTK_MICRO_VERSION=15
+GTK_INTERFACE_AGE=1
GTK_BINARY_AGE=1
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
AC_SUBST(GTK_MAJOR_VERSION)
@@ -196,9 +196,9 @@ fi
if test x$with_glib = x ; then
# Look for separately installed glib
- AM_PATH_GLIB(1.1.14,,
+ AM_PATH_GLIB(1.1.15,,
AC_MSG_ERROR([
-*** GLIB 1.1.14 or better is required. The latest version of GLIB
+*** GLIB 1.1.15 or better is required. The latest version of GLIB
*** is always available from ftp://ftp.gtk.org.]),
gmodule gthread)