Skip to content
Snippets Groups Projects
Commit 8c6075e3 authored by Jakob Bornecrantz's avatar Jakob Bornecrantz
Browse files

monado: Update version

parent 3c60afdd
Branches
Tags v21.0.0
No related merge requests found
Pipeline #19191 failed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment