Skip to content

Commit e8478e6

Browse files
author
Carsten Griwodz
committed
increase subrevision, upd CHANGES
1 parent 3028f17 commit e8478e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Removed
2121

2222
- Removed option to create top level of every octave from input image [PR](https://github.com/alicevision/popsift/pull/178)
23+
- Removed option to compute very narrow Gaussian filters called opencv [PR]
2324

2425
## [0.10.0] - 2025-10-14
2526

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else()
1616
STRING "Which CUDA CCs to support: native, all, all-major or an explicit list delimited by semicolons")
1717
endif()
1818

19-
project(PopSift VERSION 0.10.0 LANGUAGES CXX CUDA)
19+
project(PopSift VERSION 0.10.1 LANGUAGES CXX CUDA)
2020

2121
# Policy to support CUDA as a first-order language for CMake.
2222
# Since CMake 3.18. See https://cmake.org/cmake/help/latest/policy/CMP0104.html

0 commit comments

Comments
 (0)