From 28cb225be12a8a55c221f22103c235aff6de3883 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Fri, 7 Jun 2024 16:14:23 -0500 Subject: [PATCH] monado: Update version Part-of: --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a892678c2..2b81e580f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10.2) project( XRT - VERSION 21.0.0 + VERSION 24.0.0 LANGUAGES C CXX DESCRIPTION "Monado(XRT) by Collabora et al" ) diff --git a/vcpkg.json b/vcpkg.json index 5a8e8f3bc..0b60b7a01 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "monado", "homepage": "https://monado.freedesktop.org", - "version-string": "21.0", + "version-string": "24.0", "dependencies": [ { "name": "wil",