mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
monado: Update version
This commit is contained in:
parent
3c60afdd24
commit
8c6075e3b6
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: BSL-1.0
|
# SPDX-License-Identifier: BSL-1.0
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.10.2)
|
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
|
# 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.4.1',
|
version: '21.0.0',
|
||||||
license: 'BSL-1.0',
|
license: 'BSL-1.0',
|
||||||
meson_version: '>=0.49.0',
|
meson_version: '>=0.49.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
@ -339,7 +339,7 @@ oxr_instance_create(struct oxr_logger *log, const XrInstanceCreateInfo *createIn
|
||||||
XrResult
|
XrResult
|
||||||
oxr_instance_get_properties(struct oxr_logger *log, struct oxr_instance *inst, XrInstanceProperties *instanceProperties)
|
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'",
|
snprintf(instanceProperties->runtimeName, XR_MAX_RUNTIME_NAME_SIZE - 1, "Monado(XRT) by Collabora et al '%s'",
|
||||||
u_git_tag);
|
u_git_tag);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue