From d1f30e4a5a8f872fd634dbab9317dc6e9597d7d2 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <jakob@collabora.com> Date: Fri, 10 Jul 2020 16:36:00 +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 de0c0a602..9eb30281d 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.2.0) +project(XRT VERSION 0.3.0) # CMake 3.11 introduced CMP0072 - Prefer GLVND if(POLICY CMP0072) diff --git a/meson.build b/meson.build index d56900f36..f78a7c1fa 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'xrt', ['c', 'cpp'], - version: '0.2.0', + version: '0.3.0', license: 'BSL-1.0', meson_version: '>=0.49.0', default_options: [ -- GitLab