Skip to content

Commit

Permalink
Update version to 9.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed May 13, 2021
1 parent 8489989 commit c623a22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions src/easylogging++.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Bismillah ar-Rahmaan ar-Raheem
//
// Easylogging++ v9.96.7
// Easylogging++ v9.97.0
// Cross-platform logging library for C++ applications
//
// Copyright (c) 2012-2018 Amrayn Web Services
Expand Down Expand Up @@ -3110,7 +3110,7 @@ void Loggers::clearVModules(void) {
// VersionInfo

const std::string VersionInfo::version(void) {
return std::string("9.96.7");
return std::string("9.97.0");
}
/// @brief Release date of current version
const std::string VersionInfo::releaseDate(void) {
Expand Down
2 changes: 1 addition & 1 deletion src/easylogging++.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Bismillah ar-Rahmaan ar-Raheem
//
// Easylogging++ v9.96.7
// Easylogging++ v9.97.0
// Single-header only, cross-platform logging library for C++ applications
//
// Copyright (c) 2012-2018 Amrayn Web Services
Expand Down

0 comments on commit c623a22

Please sign in to comment.