Skip to content

Commit

Permalink
egl-wayland: Bump version to 1.1.13.1
Browse files Browse the repository at this point in the history
Note that meson can't handle libraries of the format x.y.z.a like
what this version number is, so we leave it at 1.1.13. Trying to
force it to do so just prevents it from creating the proper symlinks.
  • Loading branch information
amshafer committed Jul 26, 2024
1 parent 0a50d9e commit 4ee8b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ AC_PREREQ([2.64])
m4_define([wayland_eglstream_major_version], [1])
m4_define([wayland_eglstream_minor_version], [1])
m4_define([wayland_eglstream_micro_version], [13])
m4_define([wayland_eglstream_patch_version], [1])
m4_define([wayland_eglstream_version],
[wayland_eglstream_major_version.wayland_eglstream_minor_version.wayland_eglstream_micro_version])
[wayland_eglstream_major_version.wayland_eglstream_minor_version.wayland_eglstream_micro_version.wayland_eglstream_patch_version])

AC_INIT([wayland-eglstream],
[wayland_eglstream_version],
Expand Down

0 comments on commit 4ee8b84

Please sign in to comment.