The open source OpenXR runtime

monado: Update version

Changed files
+2 -2
+1 -1
CMakeLists.txt
··· 2 2 # SPDX-License-Identifier: BSL-1.0 3 3 4 4 cmake_minimum_required(VERSION 3.10.2) 5 - project(XRT VERSION 0.3.0) 5 + project(XRT VERSION 0.4.0) 6 6 7 7 # CMake 3.11 introduced CMP0072 - Prefer GLVND 8 8 if(POLICY CMP0072)
+1 -1
meson.build
··· 4 4 project( 5 5 'xrt', 6 6 ['c', 'cpp'], 7 - version: '0.3.0', 7 + version: '0.4.0', 8 8 license: 'BSL-1.0', 9 9 meson_version: '>=0.49.0', 10 10 default_options: [