Skip to content

Commit

Permalink
Update README and version in cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
wangvsa committed Jan 23, 2023
1 parent 3498d87 commit cfc7bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include_directories(${PROJECT_BINARY_DIR})
#------------------------------------------------------------------------------
set(RECORDER_VERSION_MAJOR "2")
set(RECORDER_VERSION_MINOR "3")
set(RECORDER_VERSION_PATCH "2")
set(RECORDER_VERSION_PATCH "3")
set(RECORDER_PACKAGE "recorder")
set(RECORDER_PACKAGE_NAME "RECORDER")
set(RECORDER_PACKAGE_VERSION "${RECORDER_VERSION_MAJOR}.${RECORDER_VERSION_MINOR}.${RECORDER_VERSION_PATCH}")
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Change Log
1. Still require a RECORDER\_WITH\_NON\_MPI hint for non-mpi programs.
2. Add a singal handler to intercept SIGTERM and SIGINT.
3. Allow setting buffer size
4. Fix timestamps in Chrome trace conversion
**Recorder 2.3.2** Jan 18, 2022
1. Can handle both MPI and non-MPI programs without user hint.
Expand Down

0 comments on commit cfc7bc9

Please sign in to comment.