diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2018-10-31 13:33:58 +0100 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2018-10-31 13:33:58 +0100 |
commit | 906cb65e00fc14fca64db873c26a9f7d99eaed88 (patch) | |
tree | 2e66308305bd445a624144a395d51994a5d6c915 /configure.ac | |
parent | 5a20ffa26113f837ec8b93ec0a767f8fa68f9227 (diff) | |
download | glibmm-906cb65e00fc14fca64db873c26a9f7d99eaed88.tar.gz |
Change the ABI to glibmm-2.60
So we can use the 2.58 version numbers for stable releases in the
glibmm-2.4 ABI series.
We don't need to release a stable ABI-parallel glibmm 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 several times before.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e8228bdb..ce06d056 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([glibmm], [2.57.1], +AC_INIT([glibmm], [2.59.1], [https://gitlab.gnome.org/GNOME/glibmm/issues], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) @@ -31,8 +31,8 @@ AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>]) MM_PREREQ([0.9.12]) -MM_INIT_MODULE([glibmm-2.58]) -MM_INIT_MODULE([giomm-2.58]) +MM_INIT_MODULE([glibmm-2.60]) +MM_INIT_MODULE([giomm-2.60]) # Copy the mm-common .pl scripts into docs/, # and use them from there, |