Skip to content

Commit

Permalink
[v1.2.4] Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bombomby committed Jul 12, 2019
1 parent 447ffc0 commit 250959b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: AssemblyVersion("1.2.4.0")]
[assembly: AssemblyFileVersion("1.2.4.0")]
2 changes: 1 addition & 1 deletion src/optick_core.win.h
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ CaptureStatus::Type ETW::Start(Mode::Type mode, int frequency, const ThreadList&
}

ZeroMemory(&logFile, sizeof(EVENT_TRACE_LOGFILE));
logFile.LoggerName = (LPSTR)KERNEL_LOGGER_NAME;
logFile.LoggerName = KERNEL_LOGGER_NAME;
logFile.ProcessTraceMode = (PROCESS_TRACE_MODE_REAL_TIME | PROCESS_TRACE_MODE_EVENT_RECORD | PROCESS_TRACE_MODE_RAW_TIMESTAMP);
logFile.EventRecordCallback = OnRecordEvent;
logFile.BufferCallback = OnBufferRecord;
Expand Down

0 comments on commit 250959b

Please sign in to comment.