node/deps/histogram/include/hdr/hdr_histogram_version.h
Marco Ippolito dff00ed88d deps: update histogram to 0.11.7
PR-URL: https://github.com/nodejs/node/pull/47742
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2023-05-25 07:44:56 +00:00

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