From ba95490e39a86360883617f636a57974d5fdf2f9 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Fri, 10 May 2019 21:11:19 +0200 Subject: [PATCH] build: Bump version and API version to 0.10. --- meson.build | 2 +- src/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 8408ad9..0627ac2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xrdesktop', 'c', version: '0.9.0', +project('xrdesktop', 'c', version: '0.10.0', meson_version: '>= 0.42.0', ) diff --git a/src/meson.build b/src/meson.build index 2808682..93268a7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,5 +1,5 @@ so_version = 0 -api_version = '0.9' +api_version = '0.10' api_path = 'xrdesktop-' + api_version xrdesktop_sources = [ -- GitLab