From c20fa4d80ff2bb81d427905a271c2fc015103a39 Mon Sep 17 00:00:00 2001 From: Crayon Date: Wed, 12 May 2021 22:52:12 -0400 Subject: [PATCH 1/3] Update version to 9.97.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fec765d0..ea6948e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ option(build_static_lib "Build easyloggingpp as a static library" OFF) 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 "7") +set(ELPP_MINOR_VERSION "97") +set(ELPP_PATCH_VERSION "0") 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") From 7b0605512dbd1956292fb374a759788325223cd6 Mon Sep 17 00:00:00 2001 From: Crayon Date: Fri, 14 May 2021 16:35:41 -0400 Subject: [PATCH 2/3] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfd2ea7..a9884423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,7 +103,7 @@ - CMake module updated to support static lib ### Changes - - Renamed long format specifiers to full names with padding for readbility + - Renamed long format specifiers to full names with padding for readability ### Fixes - Fixed Android NDK build (thanks to @MoroccanMalinois) From 71cf51cc38b4e0fa630833de589691dda66ff36c Mon Sep 17 00:00:00 2001 From: Crayon Date: Tue, 31 Oct 2023 18:40:54 -0400 Subject: [PATCH 3/3] Update version to 9.97.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea6948e1..92b59516 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")