diff options
author | Xan Lopez <xan@gnome.org> | 2010-11-09 11:48:53 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-11-09 11:53:33 +0800 |
commit | 76d2ce4052f359700de3b89b3ed182e55373385b (patch) | |
tree | f5d8f3910ac6e2b4f16eb23f34b69fd8431db729 /configure.ac | |
parent | bf1552fa311a957253e7e6b89d94e64f39016398 (diff) | |
download | gsoc2013-epiphany-76d2ce4052f359700de3b89b3ed182e55373385b.tar.gz gsoc2013-epiphany-76d2ce4052f359700de3b89b3ed182e55373385b.tar.zst gsoc2013-epiphany-76d2ce4052f359700de3b89b3ed182e55373385b.zip |
[release] 2.91.2.1
Do not depend on unreleased GTK+ (!).
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 8bf2a5673..3b0b190a9 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],[2]) -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"]) @@ -93,7 +93,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.25.13 -GTK_REQUIRED=2.91.4 +GTK_REQUIRED=2.91.3 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |