File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.4.0] - 2024-03-11
8+
79### Changed
810- Additional error checking in ` pybricks.robotics.Car ` setup ([ support #1502 ] ).
911
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- // Copyright (c) 2019-2023 The Pybricks Authors
2+ // Copyright (c) 2019-2024 The Pybricks Authors
33
44/**
55 * @addtogroup Version pbio/version: Version Information
2323#define PBIO_VERSION_MICRO 0
2424
2525/** The current prerelease level as a hex digit. */
26- #define PBIO_VERSION_LEVEL_HEX 0xB
26+ #define PBIO_VERSION_LEVEL_HEX 0xF
2727
2828/** The current prerelease serial. */
29- #define PBIO_VERSION_SERIAL 3
29+ #define PBIO_VERSION_SERIAL 0
3030
3131/**
3232 * The current prerelease level as a string.
You can’t perform that action at this time.
0 commit comments