Skip to content

Commit cfc7bc9

Browse files
committed
Update README and version in cmake file
1 parent 3498d87 commit cfc7bc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include_directories(${PROJECT_BINARY_DIR})
66
#------------------------------------------------------------------------------
77
set(RECORDER_VERSION_MAJOR "2")
88
set(RECORDER_VERSION_MINOR "3")
9-
set(RECORDER_VERSION_PATCH "2")
9+
set(RECORDER_VERSION_PATCH "3")
1010
set(RECORDER_PACKAGE "recorder")
1111
set(RECORDER_PACKAGE_NAME "RECORDER")
1212
set(RECORDER_PACKAGE_VERSION "${RECORDER_VERSION_MAJOR}.${RECORDER_VERSION_MINOR}.${RECORDER_VERSION_PATCH}")

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Change Log
232232
1. Still require a RECORDER\_WITH\_NON\_MPI hint for non-mpi programs.
233233
2. Add a singal handler to intercept SIGTERM and SIGINT.
234234
3. Allow setting buffer size
235+
4. Fix timestamps in Chrome trace conversion
235236
236237
**Recorder 2.3.2** Jan 18, 2022
237238
1. Can handle both MPI and non-MPI programs without user hint.

0 commit comments

Comments
 (0)