Skip to content

Commit 71cf51c

Browse files
committed
Update version to 9.97.1
1 parent 7b06055 commit 71cf51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ option(lib_utc_datetime "Build library with UTC date/time logging" OFF)
2727

2828
set(ELPP_MAJOR_VERSION "9")
2929
set(ELPP_MINOR_VERSION "97")
30-
set(ELPP_PATCH_VERSION "0")
30+
set(ELPP_PATCH_VERSION "1")
3131
set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}")
3232

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

0 commit comments

Comments
 (0)