Skip to content

Commit d588579

Browse files
committed
patch: increased protocol version.
1 parent 14d2607 commit d588579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509;
3030
//
3131
// network protocol versioning
3232
//
33-
static const int PROTOCOL_VERSION = 62052;
33+
static const int PROTOCOL_VERSION = 62053;
3434

3535
// intial proto version, to be increased after version/verack negotiation
3636
static const int INIT_PROTO_VERSION = 209;

0 commit comments

Comments
 (0)