[atkmm] Change the ABI to atkmm-2.30



commit 6b5dc62f53dd3a9113cc338f21b1715cb3644f8e
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Sun Nov 4 11:54:38 2018 +0100

    Change the ABI to atkmm-2.30
    
    So we can use the 2.28 version numbers for stable releases in the
    atkmm-1.6 ABI series.
    We don't need to release a stable ABI-parallel atkmm 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 | 4 ++--
 atk/atkmm.h                | 6 ++----
 configure.ac               | 4 ++--
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/MSVC_NMake/config-msvc.mak b/MSVC_NMake/config-msvc.mak
index e3b0c12..62d2a22 100644
--- a/MSVC_NMake/config-msvc.mak
+++ b/MSVC_NMake/config-msvc.mak
@@ -6,14 +6,14 @@ BASE_INCLUDES =       /I$(PREFIX)\include
 # Please do not change anything beneath this line unless maintaining the NMake Makefiles
 ATK_API_VERSION = 1.0
 ATKMM_MAJOR_VERSION = 2
-ATKMM_MINOR_VERSION = 28
+ATKMM_MINOR_VERSION = 30
 
 GLIB_API_VERSION = 2.0
 
 LIBSIGC_MAJOR_VERSION = 3
 LIBSIGC_MINOR_VERSION = 0
 GLIBMM_MAJOR_VERSION = 2
-GLIBMM_MINOR_VERSION = 58
+GLIBMM_MINOR_VERSION = 60
 
 
 !if "$(CFG)" == "debug" || "$(CFG)" == "Debug"
diff --git a/atk/atkmm.h b/atk/atkmm.h
index ae0b225..55ac124 100644
--- a/atk/atkmm.h
+++ b/atk/atkmm.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* atkmm - a C++ wrapper for the GLib toolkit
  *
  * Copyright 2002 The gtkmm Development Team
@@ -39,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 atkmm-2.28`
+ * g++ program.cc -o program  `pkg-config --cflags --libs atkmm-2.30`
  * @endcode
  * Alternatively, if using autoconf, use the following in @c configure.ac:
  * @code
- * PKG_CHECK_MODULES([ATKMM], [atkmm-2.26])
+ * PKG_CHECK_MODULES([ATKMM], [atkmm-2.30])
  * @endcode
  * Then use the generated @c ATKMM_CFLAGS and @c ATKMM_LIBS variables in
  * the project @c Makefile.am files. For example:
diff --git a/configure.ac b/configure.ac
index 8c372e1..289505c 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.27.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.29.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -36,7 +36,7 @@ AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
 MM_PREREQ([0.9.12])
-MM_INIT_MODULE([atkmm-2.28])
+MM_INIT_MODULE([atkmm-2.30])
 
 # Copy the mm-common .pl scripts into doc/, and use them from there,
 # so we can dist them to avoid a tarball-build dependency.


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