[glibmm] 2.74.0



commit ca716cab5075a3cfeb59fd1f1f3d38b422619293
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Sep 19 11:00:08 2022 +0200

    2.74.0

 NEWS         | 12 ++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 039364ff..4eae2beb 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.74.0 (stable):
+
+Gio:
+* ListStore: Add find()
+* File: Add create_tmp()
+  (Kjell Ahlstedt)
+
+Documentation:
+* File: Document create_for_parse_name()
+  (Kjell Ahlstedt)
+
+
 2.73.2 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 50929b9f..f9da5f54 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([glibmm], [2.73.2],
+AC_INIT([glibmm], [2.74.0],
         [https://gitlab.gnome.org/GNOME/glibmm/issues],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index a7a3fd84..b73a1ccc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of glibmm.
 
 project('glibmm', 'cpp',
-  version: '2.73.2',
+  version: '2.74.0',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17',


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