File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 37
37
label : Version
38
38
description : What version of our software are you running?
39
39
options :
40
+ - 0.7.1
40
41
- 0.7.0
41
42
- 0.6.0
42
43
- 0.5.2
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ endif()
143
143
configure_package_config_file(
144
144
${CMAKE_CURRENT_LIST_DIR} /cmake/jwt-cpp-config.cmake.in ${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config.cmake
145
145
INSTALL_DESTINATION ${JWT_CMAKE_FILES_INSTALL_DIR} )
146
- write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config-version .cmake VERSION 0.7.0
146
+ write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR} /jwt-cpp-config-version .cmake VERSION 0.7.1
147
147
COMPATIBILITY ExactVersion)
148
148
149
149
install (TARGETS jwt-cpp EXPORT jwt-cpp-targets PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = JWT-CPP
48
48
# could be handy for archiving the generated documentation or if some version
49
49
# control system is used.
50
50
51
- PROJECT_NUMBER = v0.7.0
51
+ PROJECT_NUMBER = v0.7.1
52
52
53
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
54
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >jwt-cpp</id >
5
- <version >0.7.0 </version >
5
+ <version >0.7.1 </version >
6
6
<authors >Thalhammer; prince-chrismc</authors >
7
7
<owners >Thalhammer; prince-chrismc</owners >
8
8
<projectUrl >https://github.com/Thalhammer/jwt-cpp</projectUrl >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ project(jwt-cpp-installation-tests)
3
3
4
4
set (TEST CACHE STRING "The test source file to be used" )
5
5
6
- find_package (jwt-cpp 0.7.0 EXACT REQUIRED CONFIG)
6
+ find_package (jwt-cpp 0.7.1 EXACT REQUIRED CONFIG)
7
7
8
8
add_executable (test -project ${TEST} .cpp)
9
9
target_link_libraries (test -project jwt-cpp::jwt-cpp)
You can’t perform that action at this time.
0 commit comments