summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-09-19 21:42:24 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-09-19 21:42:24 +0200
commit793e3fc14e37c092ef4d59cbd61c67ed8cf3fd12 (patch)
treeec054837f6973ca147567a7605fedb7be964260e
parent973542b319867eca0d0900a28d8276b3fc578e67 (diff)
downloadnautilus-793e3fc14e37c092ef4d59cbd61c67ed8cf3fd12.tar.gz
release: prepare for 3.223.22.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b6e346f5..581e154fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.20.0:
+* Increase gtk+ depencency version (Michael Biebl)
+
Major changes in 3.21.92:
* Fix libgd warning (Bastien Nocera)
* Numerous batch renaming improvements and fixes (Alex Pandelea, Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index 3da0172c2..9a0def436 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[3.21.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================