diff options
| author | Damien George <damien@micropython.org> | 2025-04-16 00:28:30 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-04-16 00:28:30 +1000 |
| commit | f498a16c7db6d4b2de200b3e0856528dfe0613c3 (patch) | |
| tree | cf7ba409b4b3bf7d7b148a12695678abeb603326 /py | |
| parent | 9f3062799633dc8fa4cc556fc48a135cd5d4c2d4 (diff) | |
all: Bump version to 1.25.0.v1.25.0
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
| -rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index dfa32ebf7..dcf0e4f05 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -32,7 +32,7 @@ #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 25 #define MICROPY_VERSION_MICRO 0 -#define MICROPY_VERSION_PRERELEASE 1 +#define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version // comparison. Doesn't include prerelease state. |
