Skip to content

Commit

Permalink
Bump version to 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
amshafer committed Aug 22, 2024
1 parent 8188db9 commit 5c5a93c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [15])
m4_define([wayland_eglstream_micro_version], [16])
m4_define([wayland_eglstream_version],
[wayland_eglstream_major_version.wayland_eglstream_minor_version.wayland_eglstream_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion include/wayland-external-exports.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define WAYLAND_EXTERNAL_VERSION_MINOR 0
#endif

#define WAYLAND_EXTERNAL_VERSION_MICRO 15
#define WAYLAND_EXTERNAL_VERSION_MICRO 16


#define EGL_EXTERNAL_PLATFORM_VERSION_MAJOR WAYLAND_EXTERNAL_VERSION_MAJOR
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('wayland-eglstream', 'c',
version : '1.1.15',
version : '1.1.16',
default_options : [
'buildtype=debugoptimized',
'c_std=gnu99',
Expand Down

0 comments on commit 5c5a93c

Please sign in to comment.