We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d604d commit 30ff916Copy full SHA for 30ff916
bricks/pybricks_config.h
@@ -1,13 +1,13 @@
1
// SPDX-License-Identifier: MIT
2
-// Copyright (c) 2019-2020 The Pybricks Authors
+// Copyright (c) 2019-2021 The Pybricks Authors
3
4
// Common config for all Pybricks hubs/bricks
5
6
#define PYBRICKS_VERSION_MAJOR 3
7
#define PYBRICKS_VERSION_MINOR 0
8
#define PYBRICKS_VERSION_MICRO 0
9
#define PYBRICKS_VERSION_LEVEL_HEX 0xB
10
-#define PYBRICKS_VERSION_SERIAL 1
+#define PYBRICKS_VERSION_SERIAL 2
11
12
// strings come from https://docs.python.org/3/library/sys.html#sys.version_info
13
#if PYBRICKS_VERSION_LEVEL_HEX == 0xA
0 commit comments