Skip to content

Commit

Permalink
Merge pull request #3 from jubatus/fix_client-0.5
Browse files Browse the repository at this point in the history
Fix client 0.5
  • Loading branch information
unnonouno committed Nov 22, 2013
2 parents 653a3a2 + a783861 commit 580bd14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Skeleton of Jubatus Client Application in C++
Requirements
------------

* Jubatus 0.4.2+ (server & client headers)
* Jubatus 0.5.0+ (server & client headers)
* msgpack (with development headers)
* jubatus-mpio (with development headers)
* jubatus-msgpack-rpc (with development headers)
Expand Down
2 changes: 1 addition & 1 deletion client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using namespace std;

const string HOST = "localhost";
const string HOST = "127.0.0.1";
const int PORT = 9199;
const string NAME = "";

Expand Down

0 comments on commit 580bd14

Please sign in to comment.