Skip to content

Commit 2f42ab8

Browse files
Increase minor version number
1 parent 73c58f7 commit 2f42ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📜 BayesFilters changelog
22

3-
## 🔖 Version 0.8.100
3+
## 🔖 Version 0.8.0
44

55
##### `Dependencies`
66
- Removed OpenCV dependency.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22

33
project(BayesFilters
44
LANGUAGES CXX
5-
VERSION 0.8.100)
5+
VERSION 0.8.0)
66

77
set(CMAKE_CXX_STANDARD 11)
88

0 commit comments

Comments
 (0)