Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuchfink committed Jan 13, 2022
1 parent a433822 commit 8f9901e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/basic/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../util/util.h"
#include "../stats/standard_matrix.h"

const char* Const::version_string = "2.0.13";
const char* Const::version_string = "2.0.14";
const char* Const::program_name = "diamond";

Align_mode::Align_mode(unsigned mode) :
Expand Down
2 changes: 1 addition & 1 deletion src/basic/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct Const
{

enum {
build_version = 151,
build_version = 152,
#ifdef SINGLE_THREADED
seedp_bits = 0,
#else
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_cases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const vector<uint64_t> ref_hashes = {
0xe787dcb23cc5b120,
0x5aa4baf48a888be9,
0xa2519e06e3bfa2fd,
0x8ddc05bfcbbc669c,
0xc393e16a2f782562,
0x67b3a14cdd541dc3,
};

Expand Down

0 comments on commit 8f9901e

Please sign in to comment.