Skip to content

Commit 516cb3e

Browse files
authored
1.13.0 Release Preperation (#1271)
* Increased version to 1.13.0 * Set CPR_CURL_USE_LIBPSL=OFF for NuGet builds * Updated the README.md to 1.13.0 * Revert "Set CPR_CURL_USE_LIBPSL=OFF for NuGet builds" This reverts commit e2f71bb.
1 parent 00dde40 commit 516cb3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(cpr VERSION 1.12.1 LANGUAGES CXX)
2+
project(cpr VERSION 1.13.0 LANGUAGES CXX)
33

44
math(EXPR cpr_VERSION_NUM "${cpr_VERSION_MAJOR} * 0x10000 + ${cpr_VERSION_MINOR} * 0x100 + ${cpr_VERSION_PATCH}" OUTPUT_FORMAT HEXADECIMAL)
55
configure_file("${cpr_SOURCE_DIR}/cmake/cprver.h.in" "${cpr_BINARY_DIR}/cpr_generated_includes/cpr/cprver.h")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
| Release | Min. C++ Standard | Status | Notes |
1414
|---------------------------|-------------------|--------------------------|-------|
1515
| master | `cpp17` | ![alt text][preview] | |
16-
| 1.12.x | `cpp17` | ![alt text][supported] | |
17-
| 1.10.x - 1.11.x | `cpp17` | ![alt text][unsupported] | |
16+
| 1.13.x | `cpp17` | ![alt text][supported] | |
17+
| 1.10.x - 1.12.x | `cpp17` | ![alt text][unsupported] | |
1818
| <= 1.9.x | `cpp11` | ![alt text][unsupported] | |
1919

2020
[unsupported]: https://img.shields.io/badge/-unsupported-red "unsupported"

0 commit comments

Comments
 (0)