From fd3f09847b35c28a85711e37c8e85b9e7fc9fb1a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 16 May 2020 20:45:39 -0500 Subject: [PATCH] v3.0.0a0 --- bricks/pybricks_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bricks/pybricks_config.h b/bricks/pybricks_config.h index d880ce5ce..cd24760e1 100644 --- a/bricks/pybricks_config.h +++ b/bricks/pybricks_config.h @@ -3,10 +3,10 @@ // Common config for all Pybricks hubs/bricks -#define PYBRICKS_VERSION_MAJOR 2 +#define PYBRICKS_VERSION_MAJOR 3 #define PYBRICKS_VERSION_MINOR 0 #define PYBRICKS_VERSION_MICRO 0 -#define PYBRICKS_VERSION_LEVEL_HEX 0xF +#define PYBRICKS_VERSION_LEVEL_HEX 0xA #define PYBRICKS_VERSION_SERIAL 0 // strings come from https://docs.python.org/3/library/sys.html#sys.version_info