From 94997bede2b63f2c12fbf80df983de8430854395 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 7 Sep 2019 12:37:39 -0700 Subject: wayland: Fix version in wayland-version.h --- pkg/wayland/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg') 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,', }, }) -- cgit v1.2.3