build: bump version to 0.20.0-dev

This commit is contained in:
Simon Ser 2025-05-15 10:54:23 +02:00
parent 13a62a23a2
commit f04ef79f61
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,7 +2,7 @@ PKG_CONFIG?=pkg-config
WAYLAND_PROTOCOLS!=$(PKG_CONFIG) --variable=pkgdatadir wayland-protocols
WAYLAND_SCANNER!=$(PKG_CONFIG) --variable=wayland_scanner wayland-scanner
PKGS="wlroots-0.19" wayland-server xkbcommon
PKGS="wlroots-0.20" wayland-server xkbcommon
CFLAGS_PKG_CONFIG!=$(PKG_CONFIG) --cflags $(PKGS)
CFLAGS+=$(CFLAGS_PKG_CONFIG)
LIBS!=$(PKG_CONFIG) --libs $(PKGS)