forked from nodejs/node
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: nodejs#47742 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
- Loading branch information
1 parent
fbb4b37
commit 74206b2
Showing
1 changed file
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
/** | ||
* @file hdr_histogram_version.h | ||
* @brief Definitions for HdrHistogram's version number. | ||
* hdr_histogram_version.h | ||
* Written by Marco Ippolito, Michael Barker and released to the public domain, | ||
* as explained at http://creativecommons.org/publicdomain/zero/1.0/ | ||
*/ | ||
|
||
#ifndef HDR_HISTOGRAM_VERSION_H | ||
#define HDR_HISTOGRAM_VERSION_H | ||
|
||
#define HDR_HISTOGRAM_VERSION "0.11.7" | ||
#define HDR_HISTOGRAM_VERSION "0.11.8" | ||
|
||
#endif // HDR_HISTOGRAM_VERSION_H | ||
#endif // HDR_HISTOGRAM_VERSION_H |