jGL
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1#ifndef VERSION
2#define VERSION
3
4#include <cstdint>
5
6static const uint8_t MAJOR = 0;
7static const uint8_t MINOR = 0;
8static const uint8_t PATCH = 0;
9
10#endif /* VERSION */