diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,10 @@ =============== +Epiphany 3.10.0 +=============== + +- Updated translations. + +=============== Epiphany 3.9.91 =============== diff --git a/configure.ac b/configure.ac index 6dc505a0e..16ee1d75f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,8 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA m4_define([epiphany_version_major],[3]) -m4_define([epiphany_version_minor],[9]) -m4_define([epiphany_version_micro],[91]) +m4_define([epiphany_version_minor],[10]) +m4_define([epiphany_version_micro],[0]) 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]) |