Merge branch 'develop' into develop

This commit is contained in:
Martín Lucas Golini
2025-02-15 11:19:21 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#define EEPP_MAJOR_VERSION 2
#define EEPP_MINOR_VERSION 8
#define EEPP_PATCH_LEVEL 5
#define EEPP_PATCH_LEVEL 6
#define EEPP_CODENAME "Siddhi"
/** The compiled version of the library */

View File

@@ -8,12 +8,12 @@ using namespace EE;
#define ECODE_MAJOR_VERSION 0
#define ECODE_MINOR_VERSION 7
#define ECODE_PATCH_LEVEL 0
#define ECODE_PATCH_LEVEL 1
/* ECODE_COMMIT_NUMBER 9999 is used for official releases, nightly builds (pre-releases) will
* contain the number of commits after the last official release
*/
#define ECODE_COMMIT_NUMBER 9999
#define ECODE_CODENAME "Prāpti"
#define ECODE_CODENAME "Vastiva"
/** The compiled version of the library */
#define ECODE_VERSION( x ) \