Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemichev committed May 9, 2020
1 parent ea7a897 commit 3b39ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diann.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9893,7 +9893,7 @@ int main(int argc, char *argv[]) {
#endif
std::cout.setf(std::ios::unitbuf);
auto curr_time = time(0);
dsout << "DIA-NN 1.7.10 (Data Independent Acquisition by Neural Networks)\nCompiled on " << __DATE__ << " " << __TIME__ << "\nCurrent date and time: " << std::ctime(&curr_time);
dsout << "DIA-NN 1.7.11 (Data Independent Acquisition by Neural Networks)\nCompiled on " << __DATE__ << " " << __TIME__ << "\nCurrent date and time: " << std::ctime(&curr_time);
#ifdef _MSC_VER
cpu_info(dsout);
#endif
Expand Down

0 comments on commit 3b39ad1

Please sign in to comment.