diff --git a/NEWS b/NEWS index dd4e59e..f3762e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 2.5.1 - Jun 25, 2020 + +- Add support for bech32 addresses (BIP 173) + Version 2.5.0 - Jun 22, 2017 - Add Segwit support diff --git a/README b/README index f795f01..9fe1c74 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Dependencies: Basic *nix build instructions: ./autogen.sh # only needed if building from git repo ./nomacro.pl # in case the assembler doesn't support macros - ./configure CFLAGS="-O3" # Make sure -O3 is an O and not a zero! + ./configure CFLAGS="-O3" # make sure -O3 is an O and not a zero! make Notes for AIX users: diff --git a/configure.ac b/configure.ac index 38bb465..74b4c10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.5.0]) +AC_INIT([cpuminer], [2.5.1]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM diff --git a/minerd.1 b/minerd.1 index 6dfc5c1..402647c 100644 --- a/minerd.1 +++ b/minerd.1 @@ -1,4 +1,4 @@ -.TH MINERD 1 "June 2017" "cpuminer 2.5.0" +.TH MINERD 1 "June 2020" "cpuminer 2.5.1" .SH NAME minerd \- CPU miner for Bitcoin and Litecoin .SH SYNOPSIS diff --git a/util.c b/util.c index 5fd90af..e94ad3c 100644 --- a/util.c +++ b/util.c @@ -1,7 +1,7 @@ /* * Copyright 2010 Jeff Garzik * Copyright 2012 Luke Dashjr - * Copyright 2012-2017 pooler + * Copyright 2012-2020 pooler * Copyright 2017 Pieter Wuille * * This program is free software; you can redistribute it and/or modify it