Skip to content

Commit

Permalink
bump version to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Kurzinger committed Jun 1, 2023
1 parent f2dc786 commit e3b2240
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], [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])

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 11
#define WAYLAND_EXTERNAL_VERSION_MICRO 12


#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.11',
version : '1.1.12',
default_options : [
'buildtype=debugoptimized',
'c_std=gnu99',
Expand Down

0 comments on commit e3b2240

Please sign in to comment.