Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nekipelov committed Oct 18, 2017
1 parent a0a10c0 commit 284ba44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Build master status: [![Build travis status](https://travis-ci.org/nekipelov/red
Build develop status: [![Build travis status](https://travis-ci.org/nekipelov/redisclient.svg?branch=develop)](https://travis-ci.org/nekipelov/redisclient)
[![Build appveyor status](https://ci.appveyor.com/api/projects/status/github/nekipelov/redisclient?branch=develop)](https://ci.appveyor.com/project/nekipelov/redisclient/branch/develop)

Current version: 0.5.0.
Current version: 0.5.2.

Boost.asio based Redis-client header-only library. Simple but powerfull.

Expand Down
2 changes: 1 addition & 1 deletion amalgamated/redisclient.h
Expand Up @@ -7,7 +7,7 @@

#define REDISCLIENT_VERSION_H

#define REDIS_CLIENT_VERSION 501 // 0.5.1
#define REDIS_CLIENT_VERSION 502 // 0.5.1


/*
Expand Down
2 changes: 1 addition & 1 deletion src/redisclient/version.h
Expand Up @@ -6,6 +6,6 @@
#ifndef REDISCLIENT_VERSION_H
#define REDISCLIENT_VERSION_H

#define REDIS_CLIENT_VERSION 501 // 0.5.1
#define REDIS_CLIENT_VERSION 502 // 0.5.1

#endif // REDISCLIENT_VERSION_H

0 comments on commit 284ba44

Please sign in to comment.