aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7234c02de..2611dec56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
===============
+Epiphany 2.30.2
+===============
+
+Changes:
+
+ - Correct extensions dir definition in lib/ too.
+
+===============
Epiphany 2.30.1
===============
diff --git a/configure.ac b/configure.ac
index 6dc0bec2b..f5aae05a0 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],[1])
+m4_define([epiphany_version_micro],[2])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"