From 5f678f2dfee4e718b7b529cbba5bfd2a804836ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 19 Oct 2025 00:30:33 -0300 Subject: [PATCH] Pump versions. --- include/eepp/version.hpp | 2 +- src/tools/ecode/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/eepp/version.hpp b/include/eepp/version.hpp index 5b9d06173..78333f56c 100644 --- a/include/eepp/version.hpp +++ b/include/eepp/version.hpp @@ -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 */ diff --git a/src/tools/ecode/version.hpp b/src/tools/ecode/version.hpp index 1db89b5fb..9438e6ed8 100644 --- a/src/tools/ecode/version.hpp +++ b/src/tools/ecode/version.hpp @@ -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 */