#pragma once #ifndef VERSION_H_IN_LZK5UJ7E #define VERSION_H_IN_LZK5UJ7E namespace rpc { static constexpr unsigned VERSION_MAJOR = 2; static constexpr unsigned VERSION_MINOR = 2; static constexpr unsigned VERSION_PATCH = 1; } /* rpc */ #endif /* end of include guard: VERSION_H_IN_LZK5UJ7E */