Skip to content

Commit 463e4f5

Browse files
author
jingwenr
committed
Update the version
1 parent 3cce520 commit 463e4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
using namespace std;
3333

3434
int IO_BUFFER_SIZE=10000000;
35-
const char* lraVersion="V1.3.1";
35+
const char* lraVersion="V1.3.2";
3636

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

0 commit comments

Comments
 (0)