Skip to content

Commit d1b1aee

Browse files
committed
v3.4.0
1 parent 5d0584a commit d1b1aee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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

lib/pbio/include/pbio/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -23,10 +23,10 @@
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.

0 commit comments

Comments
 (0)