Skip to content

Commit

Permalink
Increased version to 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Sep 26, 2024
1 parent 243bd04 commit 603efa8
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.9.7 LANGUAGES CXX)
project(cpr VERSION 1.9.8 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 603efa8

Please sign in to comment.