[nautilus/gnome-3-24] release: prepare for 3.24.2.1



commit aab979bbd3964008ad83fdedc9885aa7b33a2516
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Jul 17 22:27:25 2017 +0200

    release: prepare for 3.24.2.1

 NEWS         |    3 +++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bdc2fb8..87602a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.24.2.1:
+* Release with autotools
+
 Major changes in 3.24.2:
 * Hide desktop icons autostart in Ubuntu (Jeremy Bicha)
 * Confirm file name change in dialog conflicts with return (Ernestas Kulik)
diff --git a/configure.ac b/configure.ac
index 6afc042..a8dca69 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.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.24.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
 
 dnl ===========================================================================
 
diff --git a/meson.build b/meson.build
index d902049..a1cc430 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project ('nautilus', 'c',
-         version: '3.24.2',
+         version: '3.24.2.1',
          meson_version: '>=0.37.0',
          license: 'GPL2+')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]