# HG changeset patch
# User Nick Wellnhofer <wellnhofer@aevum.de>
# Date 1661428209 -7200
#      Thu Aug 25 13:50:09 2022 +0200
# Node ID af24e74f77c73248af874abeb0f27988231560b2
# Parent  ee986788914dbf6b01a19b6374ab3c7a6d1f4448
Bump version to 2.11.0

This will be the next release cut from the master branch.

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 AC_PREREQ([2.63])
 
 m4_define([MAJOR_VERSION], 2)
-m4_define([MINOR_VERSION], 10)
+m4_define([MINOR_VERSION], 11)
 m4_define([MICRO_VERSION], 0)
 
 AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])