Skip to content

Commit

Permalink
Merge pull request #668 from muflihun/develop
Browse files Browse the repository at this point in the history
Release 9.96.5
  • Loading branch information
abumq committed Sep 6, 2018
2 parents 1f78ad8 + a0e1b5f commit a531798
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 83 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "96")
set(ELPP_PATCH_VERSION "4")
set(ELPP_PATCH_VERSION "5")
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 a531798

Please sign in to comment.