[atkmm/atkmm-2-28] 2.28.1



commit 5d8721c5619b0d9c904f669f712db1d9ca7107f9
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Dec 13 13:15:27 2020 +0100

    2.28.1

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90bb6b5..d0160f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+atkmm 2.28.1 (stable):
+
+The tarball for 2.28.1 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+Build:
+* Improve NMake support
+  (Chun-wei Fan)
+* Use __declspec(dllexport) when building with Visual Studio
+  (Chun-wei Fan) Merge request !3
+* Add Meson support
+  (Chun-wei Fan, Kjell Ahlstedt) Merge request !8
+* doc/reference/: Update for Doxygen >= 1.8.16
+  (Kjell Ahlstedt)
+
+
 atkmm 2.28.0 (stable):
 
 This release is identical to 2.24.3.
diff --git a/configure.ac b/configure.ac
index e3419f8..4c8fa8c 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.0], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.28.1], [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 61d3a12..6dd6970 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of atkmm.
 
 project('atkmm', 'cpp',
-  version: '2.28.0',
+  version: '2.28.1',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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