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",