Skip to content

Commit a531798

Browse files
authored
Merge pull request #668 from muflihun/develop
Release 9.96.5
2 parents 1f78ad8 + a0e1b5f commit a531798

File tree

5 files changed

+82
-83
lines changed

5 files changed

+82
-83
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 "96")
30-
set(ELPP_PATCH_VERSION "4")
30+
set(ELPP_PATCH_VERSION "5")
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)