From 151a03fb48f70853532c79ef341b956386fd82c4 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Wed, 4 Nov 2020 13:40:50 +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 16081722b..4e9ea35a2 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.4.0) +project(XRT VERSION 0.4.1) # CMake 3.11 introduced CMP0072 - Prefer GLVND if(POLICY CMP0072) diff --git a/meson.build b/meson.build index a196ec913..699bbecaf 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'xrt', ['c', 'cpp'], - version: '0.4.0', + version: '0.4.1', license: 'BSL-1.0', meson_version: '>=0.49.0', default_options: [