diff options
author | Xan Lopez <xan@gnome.org> | 2010-02-09 04:39:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-02-09 04:39:09 +0800 |
commit | 32c0ad0e61f97c3eea556df54626ba93ac73703a (patch) | |
tree | 8bceb830d8a21e3f3ed6a40bda03763db9a728a7 /configure.ac | |
parent | 87f4f07fd665137d3ebd81de43d00f11817eb99f (diff) | |
download | gsoc2013-epiphany-32c0ad0e61f97c3eea556df54626ba93ac73703a.tar.gz gsoc2013-epiphany-32c0ad0e61f97c3eea556df54626ba93ac73703a.tar.zst gsoc2013-epiphany-32c0ad0e61f97c3eea556df54626ba93ac73703a.zip |
2.29.902.29.90
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 04ad71314..ceb83c4e5 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[29]) -m4_define([epiphany_version_micro],[6]) +m4_define([epiphany_version_micro],[90]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" @@ -100,7 +100,7 @@ LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.1.19 +WEBKIT_GTK_REQUIRED=1.1.21 LIBSOUP_GNOME_REQUIRED=2.29.90 GNOME_KEYRING_REQUIRED=2.26.0 |