Skip to content

Commit

Permalink
Fix version number in README and localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Shohei Hido committed Nov 21, 2013
1 parent 653a3a2 commit a783861
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 a783861

Please sign in to comment.