[pangomm/pangomm-2-48] 2.48.2



commit a801d44602b1c41e485050caf8c83f5931504acd
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Dec 5 18:31:48 2021 +0100

    2.48.2

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 63f424b..7a57d21 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.48.2 (stable):
+
+Build:
+* Don't include individual pango headers
+  (Matthias Clasen, Kjell Ahlstedt) Merge request !22
+* Support Visual Studio 2022 builds
+  (Chun-wei Fan)
+
+
 2.48.1 (stable):
 
 * GlyphItem: Fix a memory leak in split()
diff --git a/configure.ac b/configure.ac
index b4a18b4..7b0c54e 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([pangomm], [2.48.1],
+AC_INIT([pangomm], [2.48.2],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 6eca6f0..d3f32ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.48.1',
+  version: '2.48.2',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++17'


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