11cb0ef41Sopenharmony_ci/** 21cb0ef41Sopenharmony_ci * hdr_histogram_version.h 31cb0ef41Sopenharmony_ci * Written by Marco Ippolito, Michael Barker and released to the public domain, 41cb0ef41Sopenharmony_ci * as explained at http://creativecommons.org/publicdomain/zero/1.0/ 51cb0ef41Sopenharmony_ci */ 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci#ifndef HDR_HISTOGRAM_VERSION_H 81cb0ef41Sopenharmony_ci#define HDR_HISTOGRAM_VERSION_H 91cb0ef41Sopenharmony_ci 101cb0ef41Sopenharmony_ci#define HDR_HISTOGRAM_VERSION "0.11.8" 111cb0ef41Sopenharmony_ci 121cb0ef41Sopenharmony_ci#endif // HDR_HISTOGRAM_VERSION_H 13