Skip to content

Commit 30ff916

Browse files
committed
v3.0.0b2
1 parent 88d604d commit 30ff916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/pybricks_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2019-2020 The Pybricks Authors
2+
// Copyright (c) 2019-2021 The Pybricks Authors
33

44
// Common config for all Pybricks hubs/bricks
55

66
#define PYBRICKS_VERSION_MAJOR 3
77
#define PYBRICKS_VERSION_MINOR 0
88
#define PYBRICKS_VERSION_MICRO 0
99
#define PYBRICKS_VERSION_LEVEL_HEX 0xB
10-
#define PYBRICKS_VERSION_SERIAL 1
10+
#define PYBRICKS_VERSION_SERIAL 2
1111

1212
// strings come from https://docs.python.org/3/library/sys.html#sys.version_info
1313
#if PYBRICKS_VERSION_LEVEL_HEX == 0xA

0 commit comments

Comments
 (0)