Skip to content

Commit

Permalink
v3.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Feb 19, 2021
1 parent 88d604d commit 30ff916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bricks/pybricks_config.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2019-2020 The Pybricks Authors
// Copyright (c) 2019-2021 The Pybricks Authors

// Common config for all Pybricks hubs/bricks

#define PYBRICKS_VERSION_MAJOR 3
#define PYBRICKS_VERSION_MINOR 0
#define PYBRICKS_VERSION_MICRO 0
#define PYBRICKS_VERSION_LEVEL_HEX 0xB
#define PYBRICKS_VERSION_SERIAL 1
#define PYBRICKS_VERSION_SERIAL 2

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

0 comments on commit 30ff916

Please sign in to comment.