Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to version 1.2.0
  • Loading branch information
renuzit committed Jun 8, 2018
1 parent 12a378c commit a4713c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhasher/version.h
Expand Up @@ -9,7 +9,7 @@
* network protocol versioning
*/

static const int PROTOCOL_VERSION = 170002;
static const int PROTOCOL_VERSION = 770004;

//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand All @@ -34,7 +34,7 @@ static const int BIP0031_VERSION = 60000;
//! "mempool" command, enhanced "getdata" behavior starts with this version
static const int MEMPOOL_GD_VERSION = 60002;

#define STANDALONE_MINER_VERSION "0.5c"
#define STANDALONE_MINER_VERSION "1.2.0"

// uncomment to use with ZCash address
//#define ZCASH_POOL
Expand Down

0 comments on commit a4713c9

Please sign in to comment.