Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0

Change-Id: I7e66432f37e13fd4c31389e3d89593fa0981e58f
diff --git a/src/Makefile.am b/src/Makefile.am
index 45fb89d..e9db32f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read chapter "Library interface versions" of the libtool documentation
 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=10:0:0
+LIBVERSION=11:0:0
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 AM_CFLAGS = -Wall $(TALLOC_CFLAGS)