Skip to content

Commit

Permalink
Updated version to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 14, 2023
1 parent 0f198fa commit 3b15fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(cpr VERSION 1.10.4 LANGUAGES CXX)
project(cpr VERSION 1.10.5 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")
Expand Down

0 comments on commit 3b15fa8

Please sign in to comment.