summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-09-07 12:37:39 -0700
committerMichael Forney <mforney@mforney.org>2019-09-20 00:22:23 -0700
commit94997bede2b63f2c12fbf80df983de8430854395 (patch)
tree135bd18d880c401090253694131600d5ee7985ca /pkg
parente3684945f270f67210084f3325fd9007a1e28fb6 (diff)
wayland: Fix version in wayland-version.h
Diffstat (limited to 'pkg')
-rw-r--r--pkg/wayland/gen.lua4
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,',
},
})