diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -2,6 +2,13 @@ Epiphany 2.30.4 =============== +Paperbag release! + - Don't depend on GTK 2.21.x + +=============== +Epiphany 2.30.4 +=============== + This releases tries to sync with master as much as possible. Mostly bug fixes, cleanups and small enhancements have been cherry-picked. diff --git a/configure.ac b/configure.ac index 2292a79d2..5d655849d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ m4_define([epiphany_version_major],[2]) m4_define([epiphany_version_minor],[30]) -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" |