From b10516e1e8352f3140d68fa580b0ed32e13c2d58 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 12 Jul 2024 23:46:57 +0200 Subject: [PATCH] build: bump version to 0.19.0-dev --- meson.build | 2 +- tinywl/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c28bb772b..59df19b2b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.18.0', + version: '0.19.0-dev', license: 'MIT', meson_version: '>=0.59.0', default_options: [ diff --git a/tinywl/Makefile b/tinywl/Makefile index 82cbebd28..64e7af473 100644 --- a/tinywl/Makefile +++ b/tinywl/Makefile @@ -2,7 +2,7 @@ PKG_CONFIG?=pkg-config WAYLAND_PROTOCOLS=$(shell $(PKG_CONFIG) --variable=pkgdatadir wayland-protocols) WAYLAND_SCANNER=$(shell $(PKG_CONFIG) --variable=wayland_scanner wayland-scanner) -PKGS="wlroots-0.18" wayland-server xkbcommon +PKGS="wlroots-0.19" wayland-server xkbcommon CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(PKGS)) LIBS=$(shell $(PKG_CONFIG) --libs $(PKGS))