mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Merge branch 'develop' into develop
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 ) \
|
||||
|
||||
Reference in New Issue
Block a user