Skip to content

Commit c623a22

Browse files
committed
Update version to 9.97.0
1 parent 8489989 commit c623a22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ option(build_static_lib "Build easyloggingpp as a static library" OFF)
2626
option(lib_utc_datetime "Build library with UTC date/time logging" OFF)
2727

2828
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")
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")

src/easylogging++.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Bismillah ar-Rahmaan ar-Raheem
33
//
4-
// Easylogging++ v9.96.7
4+
// Easylogging++ v9.97.0
55
// Cross-platform logging library for C++ applications
66
//
77
// Copyright (c) 2012-2018 Amrayn Web Services
@@ -3110,7 +3110,7 @@ void Loggers::clearVModules(void) {
31103110
// VersionInfo
31113111

31123112
const std::string VersionInfo::version(void) {
3113-
return std::string("9.96.7");
3113+
return std::string("9.97.0");
31143114
}
31153115
/// @brief Release date of current version
31163116
const std::string VersionInfo::releaseDate(void) {

src/easylogging++.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Bismillah ar-Rahmaan ar-Raheem
33
//
4-
// Easylogging++ v9.96.7
4+
// Easylogging++ v9.97.0
55
// Single-header only, cross-platform logging library for C++ applications
66
//
77
// Copyright (c) 2012-2018 Amrayn Web Services

0 commit comments

Comments
 (0)