summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-11-10 12:17:31 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-11-11 09:54:16 +0100
commit0ccfdd0cb8502eeee8a2962305764733c3a43e0f (patch)
tree3e3823fd0383c69811e0b80c7c553a776d449afe /configure.ac
parent1cce397af6d1c9dd588d4a16e2b33933bb30d2ea (diff)
downloadglibmm-0ccfdd0cb8502eeee8a2962305764733c3a43e0f.tar.gz
Change the ABI to glibmm-2.52.
This installs in parallel with glibmm-2.4. There is now corresponding ABI-breaking glib version, but there is for gtk+ (and therefore gtkmm), so this seems like a good time to do this for glibmm too.
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 671c13e5..5e062538 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.50.0],
+AC_INIT([glibmm], [2.51.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.4])
-MM_INIT_MODULE([giomm-2.4])
+MM_INIT_MODULE([glibmm-2.52])
+MM_INIT_MODULE([giomm-2.52])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,