[gtkmm/gtkmm-3-24] 3.24.4



commit 1be91eed6ff3ae6b109f7bddc6f13d1e9a3d7a1d
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Feb 23 10:05:00 2021 +0100

    3.24.4

 NEWS         | 12 ++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1731e2ff..b1a90297 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.24.4 (stable):
+
+The tarball for 3.24.4 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+Build on Windows:
+* Gtk::TreePath: Export comparison operators
+  (Chun-wei Fan) Issue #88 (Patrick Storz)
+  (Chun-wei Fan) Merge request !58
+
+
 3.24.3 (stable):
 
 The tarball for 3.24.3 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index 2c91ba4f..edbacc0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.24.3],
+AC_INIT([gtkmm], [3.24.4],
         [https://gitlab.gnome.org/GNOME/gtkmm/issues/],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 480657c5..13b883eb 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 
 # The resource compiler, used in demos/gtk-demo, requires a C compiler.
 project('gtkmm', 'c', 'cpp',
-  version: '3.24.3',
+  version: '3.24.4',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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