diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +================ +Epiphany 2.91.90 +================ + +Changes: + + - Port statusbar to GeditOverlay; fixes a bunch of bugs and should + be more efficient. + - Group new tabs by default when opened from another page; this + obsoletes the tab-group extension. + =============== Epiphany 2.91.6 =============== diff --git a/configure.ac b/configure.ac index 8ce94bdf9..20a7b4a68 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[91]) -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" |