Skip to content

Commit b567f04

Browse files
committed
build: Bump release version to 1.0.6
Signed-off-by: Naushir Patuck <[email protected]>
1 parent d5878b2 commit b567f04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

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

44
project('libpisp', 'c', 'cpp',
55
meson_version : '>= 0.58.0',
6-
version : '1.0.5',
6+
version : '1.0.6',
77
default_options : [
88
'werror=true',
99
'warning_level=2',

utils/libpisp.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
[wrap-git]
55
url = https://github.com/raspberrypi/libpisp.git
6-
revision = v1.0.4
6+
revision = v1.0.6
77
depth = 1

0 commit comments

Comments
 (0)