mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 01:18:31 +00:00
monado: Update version
This commit is contained in:
parent
739f5f13c7
commit
8e6592338f
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: BSL-1.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
|
||||
if(POLICY CMP0072)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
project(
|
||||
'xrt',
|
||||
['c', 'cpp'],
|
||||
version: '0.1.0',
|
||||
version: '0.2.0',
|
||||
license: 'BSL-1.0',
|
||||
meson_version: '>=0.49.0',
|
||||
default_options: [
|
||||
|
|
Loading…
Reference in a new issue