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 2.31.5 +=============== + +Changes: + + + - Show All files in Save dialogs, not only "supported" ones (eg, + HTML). + - Fix epiphany .pc files to have the correct dependencies. + +=============== Epiphany 2.31.4 =============== diff --git a/configure.ac b/configure.ac index 92063788d..0a47980eb 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[31]) -m4_define([epiphany_version_micro],[4]) +m4_define([epiphany_version_micro],[5]) m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro]) # This can be either "trunk" or "branches/gnome-x-y" |