MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
3#define MCPROTOCOL_SERIAL_VERSION_MAJOR 0
4#define MCPROTOCOL_SERIAL_VERSION_MINOR 2
5#define MCPROTOCOL_SERIAL_VERSION_PATCH 4
6#define MCPROTOCOL_SERIAL_VERSION_STRING "0.2.4"