From a783861d4576c04cc0e37339b706022f6606ac9f Mon Sep 17 00:00:00 2001 From: Shohei Hido Date: Thu, 21 Nov 2013 10:27:07 +0900 Subject: [PATCH] Fix version number in README and localhost --- README.md | 2 +- client.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5c9c02..888de68 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/client.cpp b/client.cpp index 1cb7854..4938b08 100644 --- a/client.cpp +++ b/client.cpp @@ -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 = "";