Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Pavlik
Monado
Commits
8c6075e3
Commit
8c6075e3
authored
Jan 28, 2021
by
Jakob Bornecrantz
Browse files
monado: Update version
parent
3c60afdd
Pipeline
#489618
passed with stages
in 3 minutes and 37 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8c6075e3
...
...
@@ -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
)
...
...
meson.build
View file @
8c6075e3
...
...
@@ -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
:
[
...
...
src/xrt/state_trackers/oxr/oxr_instance.c
View file @
8c6075e3
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment