Skip to content

Commit

Permalink
Increase minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Dec 18, 2018
1 parent 73c58f7 commit 2f42ab8
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.8.100
## 🔖 Version 0.8.0

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

project(BayesFilters
LANGUAGES CXX
VERSION 0.8.100)
VERSION 0.8.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit 2f42ab8

Please sign in to comment.