From 6cb9603301f180fb276331d2ec176ad241e04d77 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 17 Jan 2012 10:49:05 +0100 Subject: [release] 3.3.4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8a23a9b3b..be235e9a3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[3]) -m4_define([epiphany_version_micro],[3]) +m4_define([epiphany_version_micro],[4]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -84,7 +84,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.31.2 -GTK_REQUIRED=3.3.7 +GTK_REQUIRED=3.3.8 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 WEBKIT_GTK_REQUIRED=1.7.3 -- cgit