summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-05-12 17:33:03 -0700
committerXan Lopez <xlopez@igalia.com>2011-05-12 17:33:03 -0700
commit18086e3ff10442a04402aaf5a3cfc22d31a38e5f (patch)
tree4a84b726effe2a7ac5e0d02f598875833a2ce51f
parent8d5ade223f21845323742d43db0654f488ad5e92 (diff)
downloadepiphany-3.0.3.tar.gz
[release] 3.0.33.0.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8c9ac4ae..456049a41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
==============
+Epiphany 3.0.3
+==============
+
+Changes:
+
+ - Call g_type_init in the migrator explictly.
+
+==============
Epiphany 3.0.2
==============
diff --git a/configure.ac b/configure.ac
index 04c438db6..9c85ef87d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([epiphany_version_major],[3])
m4_define([epiphany_version_minor],[0])
-m4_define([epiphany_version_micro],[2])
+m4_define([epiphany_version_micro],[3])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"