BitBully 0.0.78
A fast, perfect-play Connect-4 engine in modern C++
Loading...
Searching...
No Matches
version.h File Reference

Build-time project version macros. More...

Go to the source code of this file.

Macros

#define PROJECT_VERSION   "0.0.78"
 Full semver version string (e.g. "0.0.78").
#define PROJECT_MAJOR_VERSION   "0"
 Major version component as a string.
#define PROJECT_MINOR_VERSION   "0"
 Minor version component as a string.
#define PROJECT_PATCH_VERSION   "78"
 Patch version component as a string.

Detailed Description

Build-time project version macros.

The values defined here are kept in sync with the rest of the build by the commitizen pre-bump script (scripts/cz_pre_bump_hook.sh).

Definition in file version.h.

Macro Definition Documentation

◆ PROJECT_MAJOR_VERSION

#define PROJECT_MAJOR_VERSION   "0"

Major version component as a string.

Definition at line 14 of file version.h.

◆ PROJECT_MINOR_VERSION

#define PROJECT_MINOR_VERSION   "0"

Minor version component as a string.

Definition at line 16 of file version.h.

◆ PROJECT_PATCH_VERSION

#define PROJECT_PATCH_VERSION   "78"

Patch version component as a string.

Definition at line 18 of file version.h.

◆ PROJECT_VERSION

#define PROJECT_VERSION   "0.0.78"

Full semver version string (e.g. "0.0.78").

Definition at line 12 of file version.h.