diff options
author | Damien George <damien@micropython.org> | 2024-10-28 11:08:24 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-28 11:08:24 +1100 |
commit | 44dc6eb30d9a47cc2f7c0c04f012b0dbdae1acae (patch) | |
tree | c5dfd87c66fcfe956972f76ed0751bbaaa8963b0 /py | |
parent | f212bbe837489f297c9d25d608bdb7b8c3da988d (diff) | |
download | micropython-44dc6eb30d9a47cc2f7c0c04f012b0dbdae1acae.tar.gz micropython-44dc6eb30d9a47cc2f7c0c04f012b0dbdae1acae.zip |
all: Bump version to 1.25.0-preview.v1.25.0-preview
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index caea0f4f7a..b31da2a37c 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -30,9 +30,9 @@ // as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags // are unavailable. #define MICROPY_VERSION_MAJOR 1 -#define MICROPY_VERSION_MINOR 24 +#define MICROPY_VERSION_MINOR 25 #define MICROPY_VERSION_MICRO 0 -#define MICROPY_VERSION_PRERELEASE 0 +#define MICROPY_VERSION_PRERELEASE 1 // Combined version as a 32-bit number for convenience to allow version // comparison. Doesn't include prerelease state. |