Release v2.11.1
diff --git a/NEWS b/NEWS
index 97f2777..95562fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
 NEWS file for libxml2
 
+v2.11.1: Apr 30 2023
+
+Fixes build and ABI issues.
+
+- cmake: Fix va_copy detection (Luca Niccoli)
+- libxml.m4: Fix quoting
+- Link with --undefined-version
+- libxml2.syms: Revert removal of version information
+
+
 v2.11.0: Apr 28 2023
 
 ### Major changes
diff --git a/configure.ac b/configure.ac
index d8cb0bd..d4a3f3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define([MAJOR_VERSION], 2)
 m4_define([MINOR_VERSION], 11)
-m4_define([MICRO_VERSION], 0)
+m4_define([MICRO_VERSION], 1)
 
 AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
 AC_CONFIG_SRCDIR([entities.c])