[atkmm/atkmm-2-28] 2.28.2
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm/atkmm-2-28] 2.28.2
- Date: Fri, 21 May 2021 09:33:38 +0000 (UTC)
commit 9d32ab6180abaee57f6dd8fc9ea094563e802bb7
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri May 21 11:21:54 2021 +0200
2.28.2
NEWS | 13 +++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
old mode 100644
new mode 100755
index d0160f2..da01681
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+atkmm 2.28.2 (stable):
+
+Build:
+* Meson build: Use relative paths to untracked/
+ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
+* atkmmconfig.h.*: Don't dllimport on MinGW
+ (Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
+* Meson build: Make it possible to use atkmm as a subproject
+ (Kjell Ahlstedt)
+* Meson build: No implicit_include_directories
+ (Kjell Ahlstedt)
+
+
atkmm 2.28.1 (stable):
The tarball for 2.28.1 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index 4c8fa8c..e4df85f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# pkg-config name as before and is meant to be binary compatible. Thus for the
# time being, the version number cannot be brought in line with ATK, since that
# would break compatibility.
-AC_INIT([atkmm], [2.28.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.28.2], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
[atkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 6b22ee8..7e27de5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of atkmm.
project('atkmm', 'cpp',
- version: '2.28.1',
+ version: '2.28.2',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]