commit: 94997bede2b63f2c12fbf80df983de8430854395
parent e3684945f270f67210084f3325fd9007a1e28fb6
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 7 Sep 2019 12:37:39 -0700
wayland: Fix version in wayland-version.h
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,',
},
})