Skip to content

Commit

Permalink
Update version to 9.97.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Oct 31, 2023
1 parent 7b06055 commit 71cf51c
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
Expand Up @@ -27,7 +27,7 @@ option(lib_utc_datetime "Build library with UTC date/time logging" OFF)

set(ELPP_MAJOR_VERSION "9")
set(ELPP_MINOR_VERSION "97")
set(ELPP_PATCH_VERSION "0")
set(ELPP_PATCH_VERSION "1")
set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}")

set(ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in")
Expand Down

0 comments on commit 71cf51c

Please sign in to comment.