Skip to content

Commit

Permalink
Fix wrong CMake version and release 0.15.3 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 6, 2023
1 parent 7377904 commit 931968d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased Patch]

## [0.15.3] - 2023-06-06

### Fixed

* Fixed wrong CMake version (https://github.com/robotology/ycm/pull/432).

## [0.15.2] - 2023-05-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 15)
set(YCM_VERSION_PATCH 1)
set(YCM_VERSION_PATCH 3)

set(YCM_VERSION_API "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}")
set(YCM_VERSION_SHORT "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}.${YCM_VERSION_PATCH}")
Expand Down

0 comments on commit 931968d

Please sign in to comment.