Release version 1.10.0

This commit is contained in:
Rodrigo Arias 2024-07-26 13:25:43 +02:00
parent 2457e50712
commit 15dfa48d2d
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.10.0] - 2024-07-26
### Changed
- nOS-V model version increased to 2.3.0.

View File

@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.20)
project(OVNI LANGUAGES C VERSION 1.9.1)
project(OVNI LANGUAGES C VERSION 1.10.0)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")