diff options
author | Xan Lopez <xan@gnome.org> | 2010-07-14 18:50:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-07-14 18:50:08 +0800 |
commit | 7b991224e3e522e70c2b19a01bb883c40d887053 (patch) | |
tree | abe698e7dfc4803bbe6e7412a6af7aab7c20a133 | |
parent | c801d0721a3212acae6420b2cf739f21c5fe73f4 (diff) | |
download | gsoc2013-epiphany-7b991224e3e522e70c2b19a01bb883c40d887053.tar.gz gsoc2013-epiphany-7b991224e3e522e70c2b19a01bb883c40d887053.tar.zst gsoc2013-epiphany-7b991224e3e522e70c2b19a01bb883c40d887053.zip |
2.31.52.31.5
-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" |