Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Monado
Monado
Commits
3dfa7167
Commit
3dfa7167
authored
Nov 02, 2020
by
Jakob Bornecrantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
monado: Update version
parent
a4018708
Pipeline
#222506
passed with stages
in 2 minutes and 21 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
meson.build
meson.build
+1
-1
No files found.
CMakeLists.txt
View file @
3dfa7167
...
...
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSL-1.0
cmake_minimum_required
(
VERSION 3.10.2
)
project
(
XRT VERSION 0.
3
.0
)
project
(
XRT VERSION 0.
4
.0
)
# CMake 3.11 introduced CMP0072 - Prefer GLVND
if
(
POLICY CMP0072
)
...
...
meson.build
View file @
3dfa7167
...
...
@@ -4,7 +4,7 @@
project(
'xrt',
['c', 'cpp'],
version: '0.
3
.0',
version: '0.
4
.0',
license: 'BSL-1.0',
meson_version: '>=0.49.0',
default_options: [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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