libcarla/include/system/rpc/version.h

15 lines
298 B
C
Raw Normal View History

2024-10-18 13:19:59 +08:00
#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 */