diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-09-19 21:42:24 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-09-19 21:43:53 +0200 |
commit | a406943cde60955dce344456a1560624e9699982 (patch) | |
tree | 2b3f1e494dc9a1608bbf1135f9dbdf12707bd860 | |
parent | 5202acf321a8c6c7c8be612a7a430d0fdf56c64a (diff) | |
download | nautilus-a406943cde60955dce344456a1560624e9699982.tar.gz |
release: prepare for 3.22.03.22.0.1
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 =========================================================================== |