blob: 30e3afe7ef6175f49e5c76cfe49bec8d081208d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#pragma once
#ifndef VERSION_H_UMZFBKB4
#define VERSION_H_UMZFBKB4
namespace rpc {
static constexpr unsigned VERSION_MAJOR = 1;
static constexpr unsigned VERSION_MINOR = 0;
static constexpr unsigned VERSION_PATCH = 0;
} /* rpc */
#endif /* end of include guard: VERSION_H_UMZFBKB4 */
|