Skip to content

Commit e3b2240

Browse files
author
Erik Kurzinger
committed
bump version to 1.1.12
1 parent f2dc786 commit e3b2240

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], [11])
5+
m4_define([wayland_eglstream_micro_version], [12])
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 11
56+
#define WAYLAND_EXTERNAL_VERSION_MICRO 12
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.11',
2+
version : '1.1.12',
33
default_options : [
44
'buildtype=debugoptimized',
55
'c_std=gnu99',

0 commit comments

Comments
 (0)