diff options
author | Xan Lopez <xan@gnome.org> | 2010-12-23 20:32:26 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-12-23 20:32:26 +0800 |
commit | b8f971b7ab96b20482c5dd9ca8a3677763df6f11 (patch) | |
tree | 51a749e5e54e486c524d049327d2b977cd721852 | |
parent | f3c2e279e2627b405947a785375e733195f5f7a1 (diff) | |
download | gsoc2013-epiphany-b8f971b7ab96b20482c5dd9ca8a3677763df6f11.tar.gz gsoc2013-epiphany-b8f971b7ab96b20482c5dd9ca8a3677763df6f11.tar.zst gsoc2013-epiphany-b8f971b7ab96b20482c5dd9ca8a3677763df6f11.zip |
[release] 2.91.4.12.91.4.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +================= +Epiphany 2.91.4.1 +================= + +Changes: + + - Various compilation fixes. + =============== Epiphany 2.91.4 =============== diff --git a/configure.ac b/configure.ac index 59812441c..9409440e2 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[91]) m4_define([epiphany_version_micro],[4]) -m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) +m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro.1]) # This can be either "trunk" or "branches/gnome-x-y" m4_define([epiphany_branch],["trunk"]) @@ -98,7 +98,7 @@ LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 DBUS_GLIB_REQUIRED=0.35 -WEBKIT_GTK_REQUIRED=1.3.8 +WEBKIT_GTK_REQUIRED=1.3.9 LIBSOUP_GNOME_REQUIRED=2.29.91 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 |