diff options
author | CST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-12-31 02:25:58 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-12-31 02:25:58 +0000 |
commit | c44d39c06e3733524d02ccafabbf4a54208ba7e1 (patch) | |
tree | b602582ab2ca4a941c103a51057a7bb0eb5879da /configure.in | |
parent | 7e855cfc4580a356267d79eeedd33154418b869a (diff) | |
download | gdk-pixbuf-c44d39c06e3733524d02ccafabbf4a54208ba7e1.tar.gz |
Released GTK+ 1.1.11GTK_1_1_11
Wed Dec 30 18:39:21 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 1.1.11
* INSTALL:
NEWS:
README:
configure.in:
gtk+.spec:
docs/gtk-config.1:
gtk/gtkfeatures.h.in: version=1.1.11
Also fixed docs/Makefile.am so make distcheck works well now,
even on an SMP machine.
Do these .po files really have to be remade during a make dist?
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index b3421ff47..2a4c8207f 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=10 +GTK_MICRO_VERSION=11 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.10,, + AM_PATH_GLIB(1.1.11,, AC_MSG_ERROR([ -*** GLIB 1.1.10 or better is required. The latest version of GLIB +*** GLIB 1.1.11 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.]), gmodule gthread) |