Skip to content

Commit

Permalink
Increase minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xEnVrE committed Jun 14, 2021
1 parent e7c5d18 commit 8baabba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📜 BayesFilters changelog

## 🔖 Version 0.9.100
## 🔖 Version 0.9.0
##### `CMake`
- Minor version increases since API compatibility is broken.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.5)

project(BayesFilters
LANGUAGES CXX
VERSION 0.9.100)
VERSION 0.9.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit 8baabba

Please sign in to comment.