diff --git a/configure.ac b/configure.ac index d7e0d53..b750a7f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.64]) m4_define([wayland_eglstream_major_version], [1]) m4_define([wayland_eglstream_minor_version], [1]) -m4_define([wayland_eglstream_micro_version], [11]) +m4_define([wayland_eglstream_micro_version], [12]) m4_define([wayland_eglstream_version], [wayland_eglstream_major_version.wayland_eglstream_minor_version.wayland_eglstream_micro_version]) diff --git a/include/wayland-external-exports.h b/include/wayland-external-exports.h index a864e1b..4c94f2c 100644 --- a/include/wayland-external-exports.h +++ b/include/wayland-external-exports.h @@ -53,7 +53,7 @@ #define WAYLAND_EXTERNAL_VERSION_MINOR 0 #endif -#define WAYLAND_EXTERNAL_VERSION_MICRO 11 +#define WAYLAND_EXTERNAL_VERSION_MICRO 12 #define EGL_EXTERNAL_PLATFORM_VERSION_MAJOR WAYLAND_EXTERNAL_VERSION_MAJOR diff --git a/meson.build b/meson.build index c904c01..99a503d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wayland-eglstream', 'c', - version : '1.1.11', + version : '1.1.12', default_options : [ 'buildtype=debugoptimized', 'c_std=gnu99',