summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7c81ff8a1..797a3960d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
===============
+Epiphany 3.14.2
+===============
+
+ - Open web pages source in default text editor (#738475)
+
+===============
Epiphany 3.14.1
===============
diff --git a/configure.ac b/configure.ac
index e376ec4b0..676dabda9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[14])
-m4_define([epiphany_version_micro],[1])
+m4_define([epiphany_version_micro],[2])
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])