build: bump version to 0.19.0-dev

This commit is contained in:
Simon Ser 2024-07-12 23:46:57 +02:00
parent 4666996b2a
commit b10516e1e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project( project(
'wlroots', 'wlroots',
'c', 'c',
version: '0.18.0', version: '0.19.0-dev',
license: 'MIT', license: 'MIT',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
default_options: [ default_options: [

View File

@ -2,7 +2,7 @@ PKG_CONFIG?=pkg-config
WAYLAND_PROTOCOLS=$(shell $(PKG_CONFIG) --variable=pkgdatadir wayland-protocols) WAYLAND_PROTOCOLS=$(shell $(PKG_CONFIG) --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell $(PKG_CONFIG) --variable=wayland_scanner wayland-scanner) 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)) CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(PKGS))
LIBS=$(shell $(PKG_CONFIG) --libs $(PKGS)) LIBS=$(shell $(PKG_CONFIG) --libs $(PKGS))