aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 267ba5729..172af5d6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+=================
+Epiphany 3.5.91.1
+=================
+
+Changes:
+
+ - Fix the epiphany-extensions build.
+
===============
Epiphany 3.5.91
===============
diff --git a/configure.ac b/configure.ac
index 15b9fd5ea..e66db68de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[5])
-m4_define([epiphany_version_micro],[91])
+m4_define([epiphany_version_micro],[91.1])
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])