Pump versions.

This commit is contained in:
Martín Lucas Golini
2025-10-19 00:30:33 -03:00
parent 2d9e352818
commit 5f678f2dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
#define EEPP_MAJOR_VERSION 2
#define EEPP_MINOR_VERSION 9
#define EEPP_PATCH_LEVEL 0
#define EEPP_PATCH_LEVEL 1
#define EEPP_CODENAME "Sādhanā"
/** The compiled version of the library */

View File

@@ -8,7 +8,7 @@ using namespace EE;
#define ECODE_MAJOR_VERSION 0
#define ECODE_MINOR_VERSION 7
#define ECODE_PATCH_LEVEL 3
#define ECODE_PATCH_LEVEL 4
/* ECODE_COMMIT_NUMBER 9999 is used for official releases, nightly builds (pre-releases) will
* contain the number of commits after the last official release
*/