Skip to content

Commit

Permalink
update cmake to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schurade committed Dec 30, 2020
1 parent 4fd41cc commit 9f033c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.0)
set(CMAKE_CONFIGURATION_TYPES Debug RelWithDebInfo CACHE STRING INTERNAL FORCE)

# Project version, 4 numbers representation
set(DEFAULT_VERSION "0.8.5.0" CACHE STRING "Version" FORCE)
set(DEFAULT_VERSION "0.8.6.0" CACHE STRING "Version" FORCE)
# Set from CI only
set(BUILD_ID "0" CACHE INTERNAL "")
set(GIT_REPO "" CACHE INTERNAL "")
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [unreleased]
## [0.8.6]

### Fixed
- crash with missions
Expand Down

0 comments on commit 9f033c8

Please sign in to comment.