bump version 2.3.5, require newer GTK release

2001-09-06  Havoc Pennington  <hp@pobox.com>

	* configure.in: bump version 2.3.5, require newer GTK release
This commit is contained in:
Havoc Pennington 2001-09-06 04:40:03 +00:00 committed by Havoc Pennington
parent 1c6c7350e1
commit bc787fc1f3
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-09-06 Havoc Pennington <hp@pobox.com>
* configure.in: bump version 2.3.5, require newer GTK release
2001-09-04 Havoc Pennington <hp@pobox.com>
* src/wm-tester/Makefile.am (noinst_PROGRAMS): make test apps

View File

@ -2,7 +2,7 @@ AC_INIT(src/display.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(metacity, 2.3.3)
AM_INIT_AUTOMAKE(metacity, 2.3.5)
GETTEXT_PACKAGE=metacity
AC_SUBST(GETTEXT_PACKAGE)
@ -41,7 +41,7 @@ ALL_LINGUAS=""
dnl AM_GNU_GETTEXT
## here we get the flags we'll actually use
PKG_CHECK_MODULES(METACITY, gtk+-2.0 >= 1.3.6)
PKG_CHECK_MODULES(METACITY, gtk+-2.0 >= 1.3.7)
CFLAGS="$METACITY_CFLAGS $CFLAGS"