Skip to content

Commit 51a8b32

Browse files
committed
Version 1.8.10
Signed-off-by: Keith Packard <[email protected]>
1 parent d0b4eb3 commit 51a8b32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9 LANGUAGES C ASM)
38+
project(Picolibc VERSION 1.8.10 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
@@ -151,7 +151,7 @@ use Picolibc:
151151

152152
## Releases
153153

154-
### Picolibc release 1.8.next
154+
### Picolibc release 1.8.10
155155

156156
* Add missing POSIX constants to limits.h.
157157

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.9'
45+
version: '1.8.10'
4646
)
4747

4848
fs = import('fs')

0 commit comments

Comments
 (0)