diff options
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 | ||||
-rw-r--r-- | src/version.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 037d10b7d..b145310de 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -1482,7 +1482,7 @@ bool t_rpc_command_executor::alt_chain_info() { uint64_t start_height = (chain.height - chain.length + 1); tools::msg_writer() << chain.length << " blocks long, from height " << start_height << " (" << (ires.height - start_height - 1) - << " deep, diff " << chain.difficulty << ": " << chain.block_hash; + << " deep), diff " << chain.difficulty << ": " << chain.block_hash; } return true; } diff --git a/src/version.h.in b/src/version.h.in index fe699acdd..ae13f48c2 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,4 +1,4 @@ #define MONERO_VERSION_TAG "@VERSIONTAG@" -#define MONERO_VERSION "0.10.2.2" +#define MONERO_VERSION "0.10.3.0" #define MONERO_RELEASE_NAME "Wolfram Warptangent" #define MONERO_VERSION_FULL MONERO_VERSION "-" MONERO_VERSION_TAG |