-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #47742 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
- Loading branch information
1 parent
10cc60f
commit 99af671
Showing
7 changed files
with
166 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** | ||
* @file hdr_histogram_version.h | ||
* @brief Definitions for HdrHistogram's version number. | ||
*/ | ||
|
||
#ifndef HDR_HISTOGRAM_VERSION_H | ||
#define HDR_HISTOGRAM_VERSION_H | ||
|
||
#define HDR_HISTOGRAM_VERSION "0.11.7" | ||
|
||
#endif // HDR_HISTOGRAM_VERSION_H |
Oops, something went wrong.