diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +================= +Epiphany 3.1.91.1 +================= + +Changes: + + - Fix mistake in error pages. + =============== Epiphany 3.1.91 =============== diff --git a/configure.ac b/configure.ac index c140f433d..eae091b66 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define([epiphany_version_major],[3]) m4_define([epiphany_version_minor],[1]) m4_define([epiphany_version_micro],[91]) -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"]) |