mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 21:46:48 +00:00

PR-URL: https://github.com/nodejs/node/pull/47742 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
11 lines
238 B
C
11 lines
238 B
C
/**
|
|
* @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
|