mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
monado: Update version
This commit is contained in:
parent
739f5f13c7
commit
8e6592338f
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: BSL-1.0
|
# SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.13.0)
|
cmake_minimum_required(VERSION 3.13.0)
|
||||||
project(XRT VERSION 0.1.0)
|
project(XRT VERSION 0.2.0)
|
||||||
|
|
||||||
# CMake 3.11 introduced CMP0072 - Prefer GLVND
|
# CMake 3.11 introduced CMP0072 - Prefer GLVND
|
||||||
if(POLICY CMP0072)
|
if(POLICY CMP0072)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
project(
|
project(
|
||||||
'xrt',
|
'xrt',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '0.1.0',
|
version: '0.2.0',
|
||||||
license: 'BSL-1.0',
|
license: 'BSL-1.0',
|
||||||
meson_version: '>=0.49.0',
|
meson_version: '>=0.49.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue