Skip to content

Commit

Permalink
Updated version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Mar 26, 2023
1 parent 8f61ad4 commit 32fd145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(cpr VERSION 1.10.1 LANGUAGES CXX)
project(cpr VERSION 1.10.2 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 32fd145

Please sign in to comment.