From 69a6c0bdca4e7d3e169aa3ed73731a8f8a6fa3e8 Mon Sep 17 00:00:00 2001 From: Stefano Dafarra Date: Mon, 2 Dec 2024 09:51:45 +0100 Subject: [PATCH] Pushed minor version for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a4719c..4e5624e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.12) project(yarp-device-openxrheadset LANGUAGES C CXX - VERSION 0.0.4) + VERSION 0.0.5) # Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros. # See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html