From 3dfa7167b2dc4936ca8d9874afea90cf8a9dfbfb Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 2 Nov 2020 20:23:00 +0000 Subject: [PATCH] monado: Update version --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f85b1742d..16081722b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/meson.build b/meson.build index 6c4debbe1..a196ec913 100644 --- a/meson.build +++ b/meson.build @@ -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: [ -- GitLab