We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c58f7 commit 2f42ab8Copy full SHA for 2f42ab8
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# 📜 BayesFilters changelog
2
3
-## 🔖 Version 0.8.100
+## 🔖 Version 0.8.0
4
5
##### `Dependencies`
6
- Removed OpenCV dependency.
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(BayesFilters
LANGUAGES CXX
- VERSION 0.8.100)
+ VERSION 0.8.0)
7
set(CMAKE_CXX_STANDARD 11)
8
0 commit comments