Skip to content

Commit

Permalink
Version 1.8.6
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Jan 19, 2024
1 parent 9edf3a0 commit 764ef4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -35,7 +35,7 @@

cmake_minimum_required(VERSION 3.20.0)

project(Picolibc VERSION 1.8.5 LANGUAGES C ASM)
project(Picolibc VERSION 1.8.6 LANGUAGES C ASM)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -42,7 +42,7 @@ project('picolibc', 'c',
],
license : 'BSD',
meson_version : '>= 0.53',
version: '1.8.5'
version: '1.8.6'
)

targets = []
Expand Down

0 comments on commit 764ef4e

Please sign in to comment.