* Version 1.9.2 * Apply suggestions from code review Co-authored-by: Pawkkie <61265402+Pawkkie@users.noreply.github.com> * Updated to latest master * Updated to latest master * Fix last PR * Corrected order + Pumpkaboo/Gourgeist credits --------- Co-authored-by: Pawkkie <61265402+Pawkkie@users.noreply.github.com>
14 lines
338 B
C
14 lines
338 B
C
#ifndef GUARD_CONSTANTS_EXPANSION_H
|
|
#define GUARD_CONSTANTS_EXPANSION_H
|
|
|
|
// 1.9.2
|
|
#define EXPANSION_VERSION_MAJOR 1
|
|
#define EXPANSION_VERSION_MINOR 9
|
|
#define EXPANSION_VERSION_PATCH 2
|
|
|
|
// FALSE if this this version of Expansion is not a tagged commit, i.e.
|
|
// it contains unreleased changes.
|
|
#define EXPANSION_TAGGED_RELEASE TRUE
|
|
|
|
#endif
|