[pangomm] Change the ABI to pangomm-2.44



commit 98ca7fb3c99124ca1dbdf1bb9fcae0f1c8066fe7
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Nov 5 15:06:13 2018 +0100

    Change the ABI to pangomm-2.44
    
    So we can use the 2.42 version numbers for stable releases in the
    pangomm-1.4 ABI series.
    We don't need to release a stable ABI-parallel pangomm until
    we need to release gtkmm 4.0, and that won't happen until GTK+ 4.0.0
    happens, and we don't know when that might be.
    
    We've done similar ABI name changes before.

 MSVC_NMake/config-msvc.mak | 2 +-
 configure.ac               | 6 +++---
 pango/pangomm.h            | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/MSVC_NMake/config-msvc.mak b/MSVC_NMake/config-msvc.mak
index b65d532..df30385 100644
--- a/MSVC_NMake/config-msvc.mak
+++ b/MSVC_NMake/config-msvc.mak
@@ -6,7 +6,7 @@ BASE_INCLUDES = /I$(PREFIX)\include
 # Please do not change anything beneath this line unless maintaining the NMake Makefiles
 PANGO_API_VERSION = 1.0
 PANGOMM_MAJOR_VERSION = 2
-PANGOMM_MINOR_VERSION = 42
+PANGOMM_MINOR_VERSION = 44
 
 GLIB_API_VERSION = 2.0
 
diff --git a/configure.ac b/configure.ac
index 919eec9..9a1cf50 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.41.5],
+AC_INIT([pangomm], [2.43.1],
         [https://gitlab.gnome.org/GNOME/pangomm/issues/],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -33,7 +33,7 @@ AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
 MM_PREREQ([0.9.12])
-MM_INIT_MODULE([pangomm-2.42])
+MM_INIT_MODULE([pangomm-2.44])
 
 # Copy the mm-common .pl scripts into docs/,
 # and use them from there,
@@ -49,7 +49,7 @@ MM_AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.60 >= 2.59.1 cairomm-1.16 >= 1.15.1 pangocairo >= 1.38.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.60 >= 2.59.1 cairomm-1.16 >= 1.15.1 pangocairo >= 1.41.0'])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
diff --git a/pango/pangomm.h b/pango/pangomm.h
index 2ae5658..53c7c46 100644
--- a/pango/pangomm.h
+++ b/pango/pangomm.h
@@ -37,11 +37,11 @@
  * compilation, but suffices for this simple example. Assuming that your
  * program source file is @c program.cc, compile it with:
  * @code
- * g++ program.cc -o program  `pkg-config --cflags --libs pangomm-2.42`
+ * g++ program.cc -o program  `pkg-config --cflags --libs pangomm-2.44`
  * @endcode
  * Alternatively, if using autoconf, use the following in @c configure.ac:
  * @code
- * PKG_CHECK_MODULES([PANGOMM], [pangomm-2.42])
+ * PKG_CHECK_MODULES([PANGOMM], [pangomm-2.44])
  * @endcode
  * Then use the generated @c PANGOMM_CFLAGS and @c PANGOMM_LIBS variables in
  * the project @c Makefile.am files. For example:


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