Skip to content

Commit db4d0fe

Browse files
committed
Version 1.8.9
Signed-off-by: Keith Packard <[email protected]>
1 parent 8239224 commit db4d0fe

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
cmake_minimum_required(VERSION 3.20.0)
3737

38-
project(Picolibc VERSION 1.8.8 LANGUAGES C ASM)
38+
project(Picolibc VERSION 1.8.9 LANGUAGES C ASM)
3939

4040
# Set a default build type if none was specified
4141
set(default_build_type "MinSizeRel")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ use Picolibc:
146146

147147
## Releases
148148

149-
### Picolibc release 1.8.next
149+
### Picolibc release 1.8.9
150150

151151
* Use common clang/gcc feature detection macros on arm.
152152

doc/releasing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ picolibc:
2727

2828
* Enables errno in the math functions using -Dwant-math-errno=true
2929

30-
* Enables long-double io for RISC-V compiles using -Dio-long-double=true
30+
* Enables long-double io for RISC-V compiles using
31+
-Dio-long-double=true
32+
33+
* Enables full locale support with -Dmb-capable=true and
34+
-Dmb-extended-charsets=true
3135

3236
* Builds and installs minsize and release builds
3337

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project('picolibc', 'c',
4242
],
4343
license : 'BSD',
4444
meson_version : '>= 0.53',
45-
version: '1.8.8'
45+
version: '1.8.9'
4646
)
4747

4848
fs = import('fs')

0 commit comments

Comments
 (0)