Skip to content

Commit

Permalink
Version: 1.8.8
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Sep 26, 2024
1 parent 3dd0fce commit 27746bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

cmake_minimum_required(VERSION 3.20.0)

project(Picolibc VERSION 1.8.7 LANGUAGES C ASM)
project(Picolibc VERSION 1.8.8 LANGUAGES C ASM)

# Set a default build type if none was specified
set(default_build_type "MinSizeRel")
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ use Picolibc:

## Releases

### Picolibc release 1.8.8

* Fixed 3 bugs in the powf computation. Thanks to Fabian Schriever.

* Fixed a bunch of build issues found by Zephyr.

* Improve C++ testing and compatibility.

### Picolibc release 1.8.7

* Support ARM v8.1-m BTI and PAC features
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ project('picolibc', 'c',
],
license : 'BSD',
meson_version : '>= 0.53',
version: '1.8.7'
version: '1.8.8'
)

targets = []
Expand Down

0 comments on commit 27746bb

Please sign in to comment.