BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
8#ifndef BITBULLY_VERSION_H
9#define BITBULLY_VERSION_H
10
12#define PROJECT_VERSION "0.0.78"
14#define PROJECT_MAJOR_VERSION "0"
16#define PROJECT_MINOR_VERSION "0"
18#define PROJECT_PATCH_VERSION "78"
19
20#endif // BITBULLY_VERSION_H