Skip to content

Commit

Permalink
v9.17 closes #102 closes #103
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Aug 30, 2013
1 parent 6c57ac2 commit 6302e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

بِسمِ اللہِ الرَّحمٰنِ الرَّحِيم

> **Manual For v9.16**
> **Manual For v9.17**
>
> [![Build Status](https://travis-ci.org/easylogging/easyloggingpp.png?branch=develop)](https://travis-ci.org/easylogging/easyloggingpp)
### Quick Links

[![download] Download Latest](http://easylogging.org/latest.zip)

[![notes] Release Notes](https:/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.16)
[![notes] Release Notes](https:/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.17)

[![samples] Samples](https:/easylogging/easyloggingpp/tree/master/samples/)

Expand Down Expand Up @@ -878,7 +878,7 @@ You may also have a look at wxWidgets sample
### Extending Library
> This functionality has been improved since version 9.12. For older versions, please refer to [older manual](https:/easylogging/easyloggingpp/blob/v9.16/README.md)
> This functionality has been improved since version 9.12. For older versions, please refer to [older manual](https:/easylogging/easyloggingpp/blob/v9.17/README.md)
#### Logging Your Own Class
Expand Down
6 changes: 3 additions & 3 deletions src/easylogging++.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Easylogging++ v9.16 (development / unreleased version)
// Easylogging++ v9.17
// Single-header only, cross-platform logging library for C++ applications
//
// Author Majid Khan
Expand Down Expand Up @@ -4444,10 +4444,10 @@ class VersionInfo : private base::StaticClass {
}

/// @brief Current version number
static inline const std::string version(void) { return std::string("9.16"); }
static inline const std::string version(void) { return std::string("9.17"); }

/// @brief Release date of current version
static inline const std::string releaseDate(void) { return std::string("28-08-2013 1901hrs"); }
static inline const std::string releaseDate(void) { return std::string("30-08-2013 1624hrs"); }

/// @brief Original author and maintainer
static inline const std::string author(void) { return std::string("Majid Khan"); }
Expand Down

0 comments on commit 6302e36

Please sign in to comment.