diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ =============== +Epiphany 3.9.91 +=============== + +Changes: + + - Do not open a new window when resuming a session (#707451) + - RTL UI fixes. + - Minor code fixes and UI polishing. + - Bump WK dependency to 2.1.4. + +=============== Epiphany 3.9.90 =============== diff --git a/configure.ac b/configure.ac index edfb0cfc4..6dc505a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[9]) -m4_define([epiphany_version_micro],[90]) +m4_define([epiphany_version_micro],[91]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) AC_INIT([GNOME Web Browser],[epiphany_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) |