Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
298 B
C++

#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 */