We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b06055 commit 71cf51cCopy full SHA for 71cf51c
CMakeLists.txt
@@ -27,7 +27,7 @@ option(lib_utc_datetime "Build library with UTC date/time logging" OFF)
27
28
set(ELPP_MAJOR_VERSION "9")
29
set(ELPP_MINOR_VERSION "97")
30
-set(ELPP_PATCH_VERSION "0")
+set(ELPP_PATCH_VERSION "1")
31
set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}")
32
33
set(ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in")
0 commit comments