Skip to content

Commit

Permalink
Version from 1.8.0 to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 9, 2021
1 parent 9994366 commit beb9e98
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.8.0 LANGUAGES CXX)
project(cpr VERSION 1.7.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 beb9e98

Please sign in to comment.