aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 06:55:00 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 06:55:00 +0800
commit07f0c54d99db692c21d3c0d483f18729088cf7d9 (patch)
treee7c05adad58b3f972a59e080a0a06a3f6d416d39
parent4ca73a0d775fc4fd0ed8191a18c37517e980eaaf (diff)
downloadgsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar.gz
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar.bz2
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar.lz
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar.xz
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.tar.zst
gsoc2013-epiphany-07f0c54d99db692c21d3c0d483f18729088cf7d9.zip
2.30.52.30.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4c933678d..d293a660d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
Epiphany 2.30.4
===============
+Paperbag release!
+ - Don't depend on GTK 2.21.x
+
+===============
+Epiphany 2.30.4
+===============
+
This releases tries to sync with master as much as possible. Mostly bug fixes,
cleanups and small enhancements have been cherry-picked.
diff --git a/configure.ac b/configure.ac
index 2292a79d2..5d655849d 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],[4])
+m4_define([epiphany_version_micro],[5])
m4_define([epiphany_version],[epiphany_version_major.epiphany_version_minor.epiphany_version_micro])
# This can be either "trunk" or "branches/gnome-x-y"