File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ include(FetchContent)
6666FetchContent_Declare(upa
6767 GIT_REPOSITORY https://github.com/upa-url/upa.git
6868 GIT_SHALLOW TRUE
69- GIT_TAG v1.1 .0
69+ GIT_TAG v1.2 .0
7070)
7171FetchContent_MakeAvailable(upa)
7272...
@@ -78,7 +78,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
7878If you are using the [ CPM.cmake script] ( https://github.com/cpm-cmake/CPM.cmake ) and have included it in your ` CMakeLists.txt ` , then:
7979
8080``` cmake
81- CPMAddPackage("gh:upa-url/upa@1.1 .0")
81+ CPMAddPackage("gh:upa-url/upa@1.2 .0")
8282...
8383target_link_libraries(exe-target PRIVATE upa::url)
8484```
Original file line number Diff line number Diff line change 99// NOLINTBEGIN(*-macro-*)
1010
1111#define UPA_URL_VERSION_MAJOR 1
12- #define UPA_URL_VERSION_MINOR 1
12+ #define UPA_URL_VERSION_MINOR 2
1313#define UPA_URL_VERSION_PATCH 0
1414
15- #define UPA_URL_VERSION "1.1 .0"
15+ #define UPA_URL_VERSION "1.2 .0"
1616
1717// NOLINTEND(*-macro-*)
1818
You can’t perform that action at this time.
0 commit comments