summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99829ed00..929b14f03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
==============
+Epiphany 3.2.1
+==============
+
+Changes:
+
+ - Fix markup of dialog button (#660749)
+ - Fix crash when NetworkManager is not present (#659103)
+ - Translation updates.
+
+==============
Epiphany 3.2.0
==============
diff --git a/configure.ac b/configure.ac
index ff21bf9e5..64a1fadab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[2])
-m4_define([epiphany_version_micro],[0])
+m4_define([epiphany_version_micro],[1])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"