summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 15:09:30 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 15:09:30 +0000
commit34b795a08ad7019917b9c9811d2bfc5878c40df6 (patch)
treeec1996353640441029c0ae965a693ef20a86095c /configure.in
parent6352b303e58bac7ddaa0f7f7fa64de0b5da9d3d3 (diff)
downloadatk-34b795a08ad7019917b9c9811d2bfc5878c40df6.tar.gz
Version 0.3ATK_0_3
Mon Sep 3 19:42:47 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.3 * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7 * NEWS: Update
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 813d314..ec70eee 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(ChangeLog)
-AM_INIT_AUTOMAKE(atk, 0.2)
+AM_INIT_AUTOMAKE(atk, 0.3)
dnl ==========================================================================
dnl
@@ -10,7 +10,7 @@ dnl it too, or it will never make it into the spec file!
dnl
dnl ==========================================================================
-GLIB_REQUIRED_VERSION=1.3.2
+GLIB_REQUIRED_VERSION=1.3.7
AC_SUBST(GLIB_REQUIRED_VERSION)
dnl ==========================================================================