diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-02-16 21:25:25 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-16 21:25:25 +0000 |
commit | f15ea7024bc3ab8909e62783a6ee04ec7ffaadf0 (patch) | |
tree | 28dba69683be100918ccf18d5e9bbe900b85d20a /configure.in | |
parent | 89b9ff8b2b1c20f7bccae4d58bfc5924886f5673 (diff) | |
download | gtk+-f15ea7024bc3ab8909e62783a6ee04ec7ffaadf0.tar.gz |
version = 1.1.16GTK_1_1_16
Tue Feb 16 14:25:44 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* INSTALL
README
configure.in
gtk+.spec
docs/gtk-config.1: version = 1.1.16
* Makefile.am: removed colorsel example since it
doesn't actually exist.
* Released GTK+ 1.1.16
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 37cb0dc10b..d2955cc6a9 100644 --- a/configure.in +++ b/configure.in @@ -29,9 +29,9 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl # GTK_MAJOR_VERSION=1 GTK_MINOR_VERSION=1 -GTK_MICRO_VERSION=15 -GTK_INTERFACE_AGE=1 -GTK_BINARY_AGE=1 +GTK_MICRO_VERSION=16 +GTK_INTERFACE_AGE=0 +GTK_BINARY_AGE=0 GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION dnl AC_DIVERT_POP()dnl @@ -214,9 +214,9 @@ fi if test x$with_glib = x ; then # Look for separately installed glib - AM_PATH_GLIB(1.1.15,, + AM_PATH_GLIB(1.1.16,, AC_MSG_ERROR([ -*** GLIB 1.1.15 or better is required. The latest version of GLIB +*** GLIB 1.1.16 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org.]), gmodule gthread) |