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
3c60afdd24
commit
8c6075e3b6
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.10.2)
|
||||
project(XRT VERSION 0.4.1)
|
||||
project(XRT VERSION 21.0.0)
|
||||
|
||||
# CMake 3.11 introduced CMP0072 - Prefer GLVND
|
||||
if(POLICY CMP0072)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
project(
|
||||
'xrt',
|
||||
['c', 'cpp'],
|
||||
version: '0.4.1',
|
||||
version: '21.0.0',
|
||||
license: 'BSL-1.0',
|
||||
meson_version: '>=0.49.0',
|
||||
default_options: [
|
||||
|
|
|
@ -339,7 +339,7 @@ oxr_instance_create(struct oxr_logger *log, const XrInstanceCreateInfo *createIn
|
|||
XrResult
|
||||
oxr_instance_get_properties(struct oxr_logger *log, struct oxr_instance *inst, XrInstanceProperties *instanceProperties)
|
||||
{
|
||||
instanceProperties->runtimeVersion = XR_MAKE_VERSION(0, 1, 42);
|
||||
instanceProperties->runtimeVersion = XR_MAKE_VERSION(21, 0, 0);
|
||||
snprintf(instanceProperties->runtimeName, XR_MAX_RUNTIME_NAME_SIZE - 1, "Monado(XRT) by Collabora et al '%s'",
|
||||
u_git_tag);
|
||||
|
||||
|
|
Loading…
Reference in a new issue