build: bump version to 0.19.0-dev

master
Simon Ser 4 months ago
parent 4666996b2a
commit b10516e1e8

@ -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: [

@ -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))

Loading…
Cancel
Save