summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-03-21 17:27:23 +0100
committerMurray Cumming <murrayc@murrayc.com>2017-03-22 11:20:54 +0100
commitdee483b29bdaaabc587f3f8b6bff05663e7dccdc (patch)
tree94c4181260a3e0459832dbd54dc663c6ac774272 /configure.ac
parent7430ec811a86496583efc1a44554c912ff48573a (diff)
downloadglibmm-dee483b29bdaaabc587f3f8b6bff05663e7dccdc.tar.gz
Change the ABI to glibmm-2.54
So we can use the 2.51/52 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6da768ff..e83f9d7a 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.51.5],
+AC_INIT([glibmm], [2.53.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.52])
-MM_INIT_MODULE([giomm-2.52])
+MM_INIT_MODULE([glibmm-2.54])
+MM_INIT_MODULE([giomm-2.54])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,