diff --git a/CMakeLists.txt b/CMakeLists.txt index 769259cfa..59e317921 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(cpr VERSION 1.12.1 LANGUAGES CXX) +project(cpr VERSION 1.13.0 LANGUAGES CXX) math(EXPR cpr_VERSION_NUM "${cpr_VERSION_MAJOR} * 0x10000 + ${cpr_VERSION_MINOR} * 0x100 + ${cpr_VERSION_PATCH}" OUTPUT_FORMAT HEXADECIMAL) configure_file("${cpr_SOURCE_DIR}/cmake/cprver.h.in" "${cpr_BINARY_DIR}/cpr_generated_includes/cpr/cprver.h") diff --git a/README.md b/README.md index 47664efcc..79dd19b5e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ | Release | Min. C++ Standard | Status | Notes | |---------------------------|-------------------|--------------------------|-------| | master | `cpp17` | ![alt text][preview] | | -| 1.12.x | `cpp17` | ![alt text][supported] | | -| 1.10.x - 1.11.x | `cpp17` | ![alt text][unsupported] | | +| 1.13.x | `cpp17` | ![alt text][supported] | | +| 1.10.x - 1.12.x | `cpp17` | ![alt text][unsupported] | | | <= 1.9.x | `cpp11` | ![alt text][unsupported] | | [unsupported]: https://img.shields.io/badge/-unsupported-red "unsupported"