monado: Update version

This commit is contained in:
Jakob Bornecrantz 2020-05-29 10:56:25 +01:00
parent 739f5f13c7
commit 8e6592338f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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