Skip to content

Commit 5013512

Browse files
committed
Bump version to 2.0.0
1 parent 5ae4aaa commit 5013512

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ include(FetchContent)
6868
FetchContent_Declare(upa
6969
GIT_REPOSITORY https://github.com/upa-url/upa.git
7070
GIT_SHALLOW TRUE
71-
GIT_TAG v1.1.0
71+
GIT_TAG v2.0.0
7272
)
7373
FetchContent_MakeAvailable(upa)
7474
...
@@ -80,7 +80,7 @@ target_link_libraries(exe-target PRIVATE upa::url)
8080
If you are using the [CPM.cmake script](https://github.com/cpm-cmake/CPM.cmake) and have included it in your `CMakeLists.txt`, then:
8181

8282
```cmake
83-
CPMAddPackage("gh:upa-url/upa@1.1.0")
83+
CPMAddPackage("gh:upa-url/upa@2.0.0")
8484
...
8585
target_link_libraries(exe-target PRIVATE upa::url)
8686
```

include/upa/url_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
// NOLINTBEGIN(*-macro-*)
1010

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
1313
#define UPA_URL_VERSION_PATCH 0
1414

15-
#define UPA_URL_VERSION "1.1.0"
15+
#define UPA_URL_VERSION "2.0.0"
1616

1717
// NOLINTEND(*-macro-*)
1818

0 commit comments

Comments
 (0)