mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
14 lines
354 B
C
14 lines
354 B
C
#ifndef GUARD_CONSTANTS_EXPANSION_H
|
|
#define GUARD_CONSTANTS_EXPANSION_H
|
|
|
|
// Last version: 1.10.2
|
|
#define EXPANSION_VERSION_MAJOR 1
|
|
#define EXPANSION_VERSION_MINOR 10
|
|
#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
|