File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ include(FetchContent)
68
68
FetchContent_Declare(upa
69
69
GIT_REPOSITORY https://github.com/upa-url/upa.git
70
70
GIT_SHALLOW TRUE
71
- GIT_TAG v1.1 .0
71
+ GIT_TAG v2.0 .0
72
72
)
73
73
FetchContent_MakeAvailable(upa)
74
74
...
@@ -80,7 +80,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
80
80
If you are using the [ CPM.cmake script] ( https://github.com/cpm-cmake/CPM.cmake ) and have included it in your ` CMakeLists.txt ` , then:
81
81
82
82
``` cmake
83
- CPMAddPackage("gh:upa-url/upa@1.1 .0")
83
+ CPMAddPackage("gh:upa-url/upa@2.0 .0")
84
84
...
85
85
target_link_libraries(exe-target PRIVATE upa::url)
86
86
```
Original file line number Diff line number Diff line change 8
8
9
9
// NOLINTBEGIN(*-macro-*)
10
10
11
- #define UPA_URL_VERSION_MAJOR 1
12
- #define UPA_URL_VERSION_MINOR 1
11
+ #define UPA_URL_VERSION_MAJOR 2
12
+ #define UPA_URL_VERSION_MINOR 0
13
13
#define UPA_URL_VERSION_PATCH 0
14
14
15
- #define UPA_URL_VERSION "1.1 .0"
15
+ #define UPA_URL_VERSION "2.0 .0"
16
16
17
17
// NOLINTEND(*-macro-*)
18
18
You can’t perform that action at this time.
0 commit comments