Skip to content

Commit

Permalink
Increment the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Mar 30, 2023
1 parent e361d6d commit 3eb8e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

# The project definition
project(nkar VERSION 0.2.1 DESCRIPTION "The image comparison library" LANGUAGES CXX)
project(nkar VERSION 0.3.0 DESCRIPTION "The image comparison library" LANGUAGES CXX)

# Make cache variables for install destinations
include(GNUInstallDirs)
Expand Down

0 comments on commit 3eb8e61

Please sign in to comment.