diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/wayland/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua index c5036e15..cd86150d 100644 --- a/pkg/wayland/gen.lua +++ b/pkg/wayland/gen.lua @@ -10,9 +10,9 @@ cflags{ build('sed', '$outdir/include/wayland-version.h', '$srcdir/src/wayland-version.h.in', { expr={ '-e s,@WAYLAND_VERSION_MAJOR@,1,', - '-e s,@WAYLAND_VERSION_MINOR@,16,', + '-e s,@WAYLAND_VERSION_MINOR@,17,', '-e s,@WAYLAND_VERSION_MICRO@,0,', - '-e s,@WAYLAND_VERSION@,1.16.0,', + '-e s,@WAYLAND_VERSION@,1.17.0,', }, }) |
