Skip to content

Commit 5652744

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

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
@@ -1,6 +1,6 @@
11
project('libpisp', 'c', 'cpp',
22
meson_version : '>= 0.58.0',
3-
version : '1.0.0',
3+
version : '1.0.1',
44
default_options : [
55
'werror=true',
66
'warning_level=2',

utils/libpisp.wrap

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

33
[wrap-git]
44
url = https://github.com/raspberrypi/libpisp.git
5-
revision = v1.0.0
5+
revision = v1.0.1
66
depth = 1

0 commit comments

Comments
 (0)