Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Mar 11, 2024
1 parent 5d0584a commit d1b1aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

## [3.4.0] - 2024-03-11

### Changed
- Additional error checking in `pybricks.robotics.Car` setup ([support#1502]).

Expand Down
6 changes: 3 additions & 3 deletions lib/pbio/include/pbio/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2019-2023 The Pybricks Authors
// Copyright (c) 2019-2024 The Pybricks Authors

/**
* @addtogroup Version pbio/version: Version Information
Expand All @@ -23,10 +23,10 @@
#define PBIO_VERSION_MICRO 0

/** The current prerelease level as a hex digit. */
#define PBIO_VERSION_LEVEL_HEX 0xB
#define PBIO_VERSION_LEVEL_HEX 0xF

/** The current prerelease serial. */
#define PBIO_VERSION_SERIAL 3
#define PBIO_VERSION_SERIAL 0

/**
* The current prerelease level as a string.
Expand Down

0 comments on commit d1b1aee

Please sign in to comment.