Start 1.10.0 cycle
This commit is contained in:
parent
fb76dfbd55
commit
4082adf5b1
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
#ifndef GUARD_CONSTANTS_EXPANSION_H
|
||||
#define GUARD_CONSTANTS_EXPANSION_H
|
||||
|
||||
// 1.9.0
|
||||
// 1.10.0
|
||||
#define EXPANSION_VERSION_MAJOR 1
|
||||
#define EXPANSION_VERSION_MINOR 9
|
||||
#define EXPANSION_VERSION_PATCH 1
|
||||
#define EXPANSION_VERSION_MINOR 10
|
||||
#define EXPANSION_VERSION_PATCH 0
|
||||
|
||||
// FALSE if this this version of Expansion is not a tagged commit, i.e.
|
||||
// it contains unreleased changes.
|
||||
|
|
Loading…
Reference in a new issue