Skip to content

Commit

Permalink
Update lra.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso authored Mar 27, 2023
1 parent 1d89804 commit b7d1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using namespace std;

//int IO_BUFFER_SIZE=10000000;
int IO_BUFFER_SIZE=1000000;
const char* lraVersion="v1.3.7.1";
const char* lraVersion="1.3.7.1";

bool ArgIs(const char* a, const char* b) {
return strcmp(a,b) == 0;
Expand Down

0 comments on commit b7d1525

Please sign in to comment.