diff options
| author | Damien George <damien@micropython.org> | 2025-12-15 10:15:42 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-12-15 10:15:42 +1100 |
| commit | 099cc9f50722f6ef542a9065b7c92d0f964fe2b1 (patch) | |
| tree | 40bd015f419d3d9b8aebdb3615a1052d215639d3 | |
| parent | 78ff170de9e32c79db6e64d3e33d2bd60002bdcd (diff) | |
all: Bump version to 1.28.0-preview.v1.28.0-preview
Signed-off-by: Damien George <damien@micropython.org>
| -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 798d4089a..666b15573 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -39,9 +39,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 27 +#define MICROPY_VERSION_MINOR 28 #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. |
