#ifndef GEOLITE2PP_VERSION_HPP #define GEOLITE2PP_VERSION_HPP #include namespace GeoLite2PP { // Basic hardcoded version metadata to replace the template file const std::string version = "0.0.1"; const std::string build_date = "2026"; } #endif // GEOLITE2PP_VERSION_HPP