Skip to content

Commit

Permalink
v9.50 release to fix #144
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Feb 3, 2014
1 parent a3d5d94 commit de8efcc
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.49**
> **Manual For v9.50**
>
> [![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.49)
[![notes] Release Notes](https://github.com/easylogging/easyloggingpp/tree/master/doc/RELEASE-NOTES-v9.50)

[![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.49/samples)
[![samples] Samples](https://github.com/easylogging/easyloggingpp/tree/v9.50/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.49
// Easylogging++ v9.50
// Single-header only, cross-platform logging library for C++ applications
//
// Copyright (c) 2012 - 2014 Majid Khan
Expand Down Expand Up @@ -5033,9 +5033,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.49"); }
static inline const std::string version(void) { return std::string("9.50"); }
/// @brief Release date of current version
static inline const std::string releaseDate(void) { return std::string("31-01-2014 1618hrs"); }
static inline const std::string releaseDate(void) { return std::string("04-02-2014 0822hrs"); }
};
} // namespace el
#undef VLOG_IS_ON
Expand Down

0 comments on commit de8efcc

Please sign in to comment.