Skip to content

Commit 4a537e9

Browse files
Set version to 0.6.0 (#208)
1 parent ba1077f commit 4a537e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endif()
115115
configure_package_config_file(
116116
${CMAKE_CURRENT_LIST_DIR}/cmake/jwt-cpp-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/jwt-cpp-config.cmake
117117
INSTALL_DESTINATION ${JWT_CMAKE_FILES_INSTALL_DIR} PATH_VARS JWT_EXTERNAL_PICOJSON JWT_SSL_LIBRARY)
118-
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/jwt-cpp-config-version.cmake VERSION 0.5.1
118+
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/jwt-cpp-config-version.cmake VERSION 0.6.0
119119
COMPATIBILITY ExactVersion)
120120

121121
install(TARGETS jwt-cpp EXPORT jwt-cpp-targets PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = JWT-CPP
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.5.1
41+
PROJECT_NUMBER = v0.6.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

tests/cmake/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(jwt-cpp-installation-tests)
33

44
set(TEST CACHE STRING "The test source file to be used")
55

6-
find_package(jwt-cpp 0.5.1 EXACT REQUIRED CONFIG)
6+
find_package(jwt-cpp 0.6.0 EXACT REQUIRED CONFIG)
77

88
add_executable(test-project ${TEST}.cpp)
99
target_link_libraries(test-project jwt-cpp::jwt-cpp)

0 commit comments

Comments
 (0)