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