Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangvsa committed Aug 26, 2020
1 parent 6f7c437 commit 4662853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recorder-logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ void logger_init(int rank, int nprocs) {
RECORDER_REAL_CALL(fclose)(global_metafh);

FILE* version_file = RECORDER_REAL_CALL(fopen) ("recorder-logs/VERSION", "w");
RECORDER_REAL_CALL(fwrite) ("2.1.3", 5, 1, version_file);
RECORDER_REAL_CALL(fwrite) ("2.1.4", 5, 1, version_file);
RECORDER_REAL_CALL(fclose)(version_file);
}

Expand Down

0 comments on commit 4662853

Please sign in to comment.