File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ option(build_static_lib "Build easyloggingpp as a static library" OFF)
26
26
option (lib_utc_datetime "Build library with UTC date/time logging" OFF )
27
27
28
28
set (ELPP_MAJOR_VERSION "9" )
29
- set (ELPP_MINOR_VERSION "96 " )
30
- set (ELPP_PATCH_VERSION "7 " )
29
+ set (ELPP_MINOR_VERSION "97 " )
30
+ set (ELPP_PATCH_VERSION "0 " )
31
31
set (ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION} .${ELPP_MINOR_VERSION} .${ELPP_PATCH_VERSION} " )
32
32
33
33
set (ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX} /include" CACHE PATH "The directory the headers are installed in" )
Original file line number Diff line number Diff line change 1
1
//
2
2
// Bismillah ar-Rahmaan ar-Raheem
3
3
//
4
- // Easylogging++ v9.96.7
4
+ // Easylogging++ v9.97.0
5
5
// Cross-platform logging library for C++ applications
6
6
//
7
7
// Copyright (c) 2012-2018 Amrayn Web Services
@@ -3110,7 +3110,7 @@ void Loggers::clearVModules(void) {
3110
3110
// VersionInfo
3111
3111
3112
3112
const std::string VersionInfo::version (void ) {
3113
- return std::string (" 9.96.7 " );
3113
+ return std::string (" 9.97.0 " );
3114
3114
}
3115
3115
// / @brief Release date of current version
3116
3116
const std::string VersionInfo::releaseDate (void ) {
Original file line number Diff line number Diff line change 1
1
//
2
2
// Bismillah ar-Rahmaan ar-Raheem
3
3
//
4
- // Easylogging++ v9.96.7
4
+ // Easylogging++ v9.97.0
5
5
// Single-header only, cross-platform logging library for C++ applications
6
6
//
7
7
// Copyright (c) 2012-2018 Amrayn Web Services
You can’t perform that action at this time.
0 commit comments