Skip to content

Commit

Permalink
Update CMake project version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 6, 2023
1 parent 932a4f7 commit 0c6cf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22)
project(rsl VERSION 1.0.0 LANGUAGES CXX DESCRIPTION "ROS Support Library")
project(rsl VERSION 1.0.1 LANGUAGES CXX DESCRIPTION "ROS Support Library")

set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down
2 changes: 1 addition & 1 deletion tests/install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22)
project(rsl-install-test)

if(PROJECT_IS_TOP_LEVEL)
find_package(rsl 1.0.0 EXACT REQUIRED)
find_package(rsl 1.0.1 EXACT REQUIRED)
endif()

add_executable(test-rsl-install install.cpp)
Expand Down

0 comments on commit 0c6cf7d

Please sign in to comment.