From 8e6592338ff0471355b4106e0178ad3b8a514dae Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 29 May 2020 10:56:25 +0100 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 adc2e6e39..24617f003 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: BSL-1.0 cmake_minimum_required(VERSION 3.13.0) -project(XRT VERSION 0.1.0) +project(XRT VERSION 0.2.0) # CMake 3.11 introduced CMP0072 - Prefer GLVND if(POLICY CMP0072) diff --git a/meson.build b/meson.build index dc8a22b92..d56900f36 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'xrt', ['c', 'cpp'], - version: '0.1.0', + version: '0.2.0', license: 'BSL-1.0', meson_version: '>=0.49.0', default_options: [