We added/changed various API for example the DisplayConfig D-Bus API, so bump the API version.
###
diff --git a/configure.ac b/configure.ac
index 11af862..08a0b0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define([mutter_version],
m4_define([mutter_plugin_api_version], [3])
-m4_define([libmutter_api_version], [0])
+m4_define([libmutter_api_version], [1])
AC_INIT([mutter], [mutter_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=mutter])
1fb3c9f configure.ac: Bump the API version
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: git.gnome.org