Skip to content

Commit

Permalink
v9.75 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Aug 6, 2014
1 parent afef0b8 commit 4a74f67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

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

> **Manual For v9.74**
> **Manual For v9.75**
>
> [![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://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.74)
[![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.75)

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

[![www] Project Homepage](http://easylogging.org/)

Expand Down Expand Up @@ -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.74. For other versions please refer to corresponding [release](https://github.com/easylogging/easyloggingpp/releases) on github.
This manual is for Easylogging++ v9.75. 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.75
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ API changes: No
= NOTES =
==========================

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

0 comments on commit 4a74f67

Please sign in to comment.