Skip to content

Commit 943e6d9

Browse files
committed
Bump version to 1.16.0
Set up the stage for a new release. Signed-off-by: Sergio Lopez <[email protected]>
1 parent bea9fef commit 943e6d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LIBRARY_HEADER_DISPLAY = include/libkrun_display.h
33
LIBRARY_HEADER_INPUT = include/libkrun_input.h
44

55
ABI_VERSION=1
6-
FULL_VERSION=1.15.1
6+
FULL_VERSION=1.16.0
77

88
INIT_SRC = init/init.c
99
KBS_INIT_SRC = init/tee/kbs/kbs.h \

src/libkrun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libkrun"
3-
version = "1.15.1"
3+
version = "1.16.0"
44
authors = ["The libkrun Authors"]
55
edition = "2021"
66
build = "build.rs"

0 commit comments

Comments
 (0)