From d2c665bb7e35fec385e0c98ad62ad922610b5146 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 22 Feb 2011 21:10:45 +0100 Subject: [release] 2.91.90 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 75b83eedf..a12477686 100644 --- a/NEWS +++ b/NEWS @@ -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" -- cgit