Skip to content

Commit 5c5a93c

Browse files
committed
Bump version to 1.1.16
1 parent 8188db9 commit 5c5a93c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
22

33
m4_define([wayland_eglstream_major_version], [1])
44
m4_define([wayland_eglstream_minor_version], [1])
5-
m4_define([wayland_eglstream_micro_version], [15])
5+
m4_define([wayland_eglstream_micro_version], [16])
66
m4_define([wayland_eglstream_version],
77
[wayland_eglstream_major_version.wayland_eglstream_minor_version.wayland_eglstream_micro_version])
88

include/wayland-external-exports.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#define WAYLAND_EXTERNAL_VERSION_MINOR 0
5454
#endif
5555

56-
#define WAYLAND_EXTERNAL_VERSION_MICRO 15
56+
#define WAYLAND_EXTERNAL_VERSION_MICRO 16
5757

5858

5959
#define EGL_EXTERNAL_PLATFORM_VERSION_MAJOR WAYLAND_EXTERNAL_VERSION_MAJOR

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('wayland-eglstream', 'c',
2-
version : '1.1.15',
2+
version : '1.1.16',
33
default_options : [
44
'buildtype=debugoptimized',
55
'c_std=gnu99',

0 commit comments

Comments
 (0)