Skip to content

Commit

Permalink
v9.55 release see release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Feb 18, 2014
1 parent 4577449 commit 7a5633a
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,17 +2,17 @@

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

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

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

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

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.54
// Easylogging++ v9.55
// Single-header only, cross-platform logging library for C++ applications
//
// Copyright (c) 2012 - 2014 Majid Khan
Expand Down Expand Up @@ -5140,9 +5140,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.54"); }
static inline const std::string version(void) { return std::string("9.55"); }
/// @brief Release date of current version
static inline const std::string releaseDate(void) { return std::string("18-02-2014 1934hrs"); }
static inline const std::string releaseDate(void) { return std::string("19-02-2014 0819hrs"); }
};
} // namespace el
#undef VLOG_IS_ON
Expand Down

0 comments on commit 7a5633a

Please sign in to comment.