Skip to content

Commit

Permalink
Bumped minimum required CMake version.
Browse files Browse the repository at this point in the history
Also bumped the project version for a new release.
  • Loading branch information
LTLA committed Sep 5, 2024
1 parent 02d5c72 commit 72fffbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.24)

project(knncolle_hnsw
VERSION 0.1.0
VERSION 0.1.1
DESCRIPTION "knncolle bindings for HNSW search"
LANGUAGES CXX)

Expand Down

0 comments on commit 72fffbc

Please sign in to comment.