[pangomm/pangomm-2-46] 2.46.2



commit c531ef7cf5351ec14014da2480b2fd3e474eac00
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Dec 5 16:43:06 2021 +0100

    2.46.2

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 64e2426..eb29a40 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+2.46.2 (stable):
+
+Build:
+* Don't include individual pango headers
+  (Matthias Clasen, Kjell Ahlstedt) Merge request !22
+* Support Visual Studio 2022 builds
+  NMake Makefiles: Fix header installation
+  (Chun-wei Fan)
+
+
 2.46.1 (stable):
 
 Build:
diff --git a/configure.ac b/configure.ac
index f62e8c5..46d0298 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.46.1],
+AC_INIT([pangomm], [2.46.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 20bed4f..cb60157 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of pangomm.
 
 project('pangomm', 'cpp',
-  version: '2.46.1',
+  version: '2.46.2',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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