1#pragma once
2
3#ifndef VERSION_H_IN_LZK5UJ7E
4#define VERSION_H_IN_LZK5UJ7E
5
6namespace rpc {
7
8static constexpr unsigned VERSION_MAJOR = @RPCLIB_VERSION_MAJOR@;
9static constexpr unsigned VERSION_MINOR = @RPCLIB_VERSION_MINOR@;
10static constexpr unsigned VERSION_PATCH = @RPCLIB_VERSION_PATCH@;
11
12} /* rpc */
13
14#endif /* end of include guard: VERSION_H_IN_LZK5UJ7E */
15