[glibmm/glibmm-2-64] 2.64.1



commit c575255edc5d738ca7ce7480a29413677c59ae29
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Mar 18 18:54:43 2020 +0100

    2.64.1

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa45fb05..40991b38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.64.1: (stable):
+
+Glib:
+* Add missing #includes
+  (Kjell Ahlstedt) Issue #69 (Kalev Lember)
+
+
 2.64.0 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 8cc53c87..3a067c23 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.64.0],
+AC_INIT([glibmm], [2.64.1],
         [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 2e6be38b..a25f06ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of glibmm.
 
 project('glibmm', 'cpp',
-  version: '2.64.0',
+  version: '2.64.1',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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