diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2018-03-26 11:14:15 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2018-03-26 11:14:15 +0200 |
commit | 2c36f67523b4c47f8d0a2384850f0f62a4a53386 (patch) | |
tree | 396a8f34f3f8f75258fff55d0ac605799f81a30e /configure.ac | |
parent | ed8ae73179bca4dd13991cf2e0db34238013321d (diff) | |
download | glibmm-2c36f67523b4c47f8d0a2384850f0f62a4a53386.tar.gz |
Change the ABI to glibmm-2.58
So we can use the 2.55/56 version numbers for more stable releases.
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 did this twice before:
https://git.gnome.org/browse/glibmm/commit/?id=dee483b29bdaaabc587f3f8b6bff05663e7dccdc
https://git.gnome.org/browse/glibmm/commit/?id=9f89221b024b028286bea35f7a4d9b873bfb3266
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 766b5426..8ac22303 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.55.2], +AC_INIT([glibmm], [2.57.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [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.10]) -MM_INIT_MODULE([glibmm-2.56]) -MM_INIT_MODULE([giomm-2.56]) +MM_INIT_MODULE([glibmm-2.58]) +MM_INIT_MODULE([giomm-2.58]) # Copy the mm-common .pl scripts into docs/, # and use them from there, |