Skip to content

Commit

Permalink
release ready 9.79
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Jan 6, 2015
1 parent 7fb78d1 commit 6fd4f17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@

‫بسم الله الرَّحْمَنِ الرَّحِيمِ

##### YOU ARE CURRENTLY BROWSING `develop` BRANCH. PLEASE SWITCH TO [`master`](https://github.com/easylogging/easyloggingpp) BRANCH IF YOU ARE NOT CONTRIBUTOR

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

[![download] Latest Release](https://github.com/easylogging/easyloggingpp/releases/latest)

[![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.78)
[![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.79)

[![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.78/samples)
[![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.79/samples)

[![paypal]](http://muflihun.com/donation/)

Expand Down Expand Up @@ -92,7 +91,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.78. For other versions please refer to corresponding [release](https://github.com/easylogging/easyloggingpp/releases) on github.
This manual is for Easylogging++ v9.79. For other versions please refer to corresponding [release](https://github.com/easylogging/easyloggingpp/releases) on github.

[![top] Goto Top](#table-of-contents)

Expand Down
2 changes: 1 addition & 1 deletion doc/RELEASE-NOTES-v9.79
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ API changes: Yes
= NOTES =
==========================

- See https://github.com/easylogging/easyloggingpp/blob/v9.78/README.md for manual for this release
- See https://github.com/easylogging/easyloggingpp/blob/v9.79/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
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.78 (development / unreleased version)
// Easylogging++ v9.79
// Single-header only, cross-platform logging library for C++ applications
//
// Copyright (c) 2014 Majid Khan
Expand Down Expand Up @@ -5978,9 +5978,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.78"); }
static inline const std::string version(void) { return std::string("9.79"); }
/// @brief Release date of current version
static inline const std::string releaseDate(void) { return std::string("06-01-2015 1322hrs"); }
static inline const std::string releaseDate(void) { return std::string("07-01-2015 1005hrs"); }
};
} // namespace el
#undef VLOG_IS_ON
Expand Down

0 comments on commit 6fd4f17

Please sign in to comment.