diff options
| author | Damien George <damien@micropython.org> | 2025-12-10 01:44:16 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-12-10 01:44:16 +1100 |
| commit | 78ff170de9e32c79db6e64d3e33d2bd60002bdcd (patch) | |
| tree | 1d19acaa7028b585d3e35c02ed6520a108ae804e /py | |
| parent | 2bd337ef18efdcb04c28adc2b03b26432ae24715 (diff) | |
all: Bump version to 1.27.0.v1.27.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 97c40389b..798d4089a 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -41,7 +41,7 @@ #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 27 #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. |
