From 8c5873f35246a86ff8a0afcb4e4a3eea91b5f48d Mon Sep 17 00:00:00 2001 From: mkhan3189 Date: Thu, 17 Apr 2014 18:33:07 +1000 Subject: [PATCH] v9.70 with some refactoring and API changes --- README.md | 8 ++++---- doc/RELEASE-NOTES-v9.70 | 2 +- src/easylogging++.h | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7f093cc57..b69f55627 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ‫بسم الله الرَّحْمَنِ الرَّحِيمِ -> **Manual For v9.69** +> **Manual For v9.70** > > [![Build Status](https://travis-ci.org/easylogging/easyloggingpp.png?branch=develop)](https://travis-ci.org/easylogging/easyloggingpp) @@ -10,9 +10,9 @@ [![download] Download Latest](http://easylogging.org/latest.zip) - [![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.69) + [![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.70) - [![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.69/samples) + [![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.70/samples) [![www] Project Homepage](http://easylogging.org/) @@ -92,7 +92,7 @@ # Introduction Easylogging++ is single header only, feature-rich, efficient logging library for C++ applications. It has been written keeping three things in mind; performance, management (setup, configure, logging, simplicity) and portability. Its highly configurable and extremely useful for small to large sized projects. -This manual is for Easylogging++ v9.69. For other versions please refer to corresponding [release](https://github.com/easylogging/easyloggingpp/releases) on github. +This manual is for Easylogging++ v9.70. For other versions please refer to corresponding [release](https://github.com/easylogging/easyloggingpp/releases) on github. [![top] Goto Top](#table-of-contents) diff --git a/doc/RELEASE-NOTES-v9.70 b/doc/RELEASE-NOTES-v9.70 index 9c3c9ea4b..26956a453 100755 --- a/doc/RELEASE-NOTES-v9.70 +++ b/doc/RELEASE-NOTES-v9.70 @@ -23,6 +23,6 @@ API changes: Yes = NOTES = ========================== - - See https://github.com/easylogging/easyloggingpp/blob/v9.69/README.md for manual for this release + - See https://github.com/easylogging/easyloggingpp/blob/v9.70/README.md for manual for this release - See https://github.com/easylogging/easyloggingpp/tree/master/doc for other release notes - Closed issues: https://github.com/easylogging/easyloggingpp/issues?page=1&state=closed diff --git a/src/easylogging++.h b/src/easylogging++.h index eb4f4e324..969c7e11b 100755 --- a/src/easylogging++.h +++ b/src/easylogging++.h @@ -1,5 +1,5 @@ // -// Easylogging++ v9.69 +// Easylogging++ v9.70 // Single-header only, cross-platform logging library for C++ applications // // Copyright (c) 2014 Majid Khan @@ -5611,9 +5611,9 @@ class Loggers : base::StaticClass { class VersionInfo : base::StaticClass { public: /// @brief Current version number - static inline const std::string version(void) { return std::string("9.69"); } + static inline const std::string version(void) { return std::string("9.70"); } /// @brief Release date of current version - static inline const std::string releaseDate(void) { return std::string("16-04-2014 1943hrs"); } + static inline const std::string releaseDate(void) { return std::string("17-04-2014 1832hrs"); } }; } // namespace el #undef VLOG_IS_ON