1.13.1 Release version

This commit is contained in:
Hedara
2025-09-02 16:17:05 +02:00
parent f39fdf57cf
commit c1b1fb4cdc
7 changed files with 54 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
#ifndef GUARD_CONSTANTS_EXPANSION_H
#define GUARD_CONSTANTS_EXPANSION_H
// Last version: 1.13.0
// Last version: 1.13.1
#define EXPANSION_VERSION_MAJOR 1
#define EXPANSION_VERSION_MINOR 13
#define EXPANSION_VERSION_PATCH 1
// FALSE if this this version of Expansion is not a tagged commit, i.e.
// it contains unreleased changes.
#define EXPANSION_TAGGED_RELEASE FALSE
#define EXPANSION_TAGGED_RELEASE TRUE
#endif