Skip to content

Commit 1c67c0e

Browse files
committed
Bump version to 2.10
Now that 2.9 has been released, bump up the version and add an empty 2.10 section to the map files. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 334a409 commit 1c67c0e

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

liburing.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: liburing
2-
Version: 2.9
2+
Version: 2.10
33
Release: 1%{?dist}
44
Summary: Linux-native io_uring I/O access library
55
License: (GPLv2 with exceptions and LGPLv2+) or MIT

src/liburing-ffi.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@ LIBURING_2.9 {
225225
io_uring_register_region;
226226
io_uring_sqe_set_buf_group;
227227
} LIBURING_2.8;
228+
229+
LIBURING_2.10 {
230+
} LIBURING_2.9;

src/liburing.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,6 @@ LIBURING_2.9 {
111111
io_uring_clone_buffers_offset;
112112
io_uring_register_region;
113113
} LIBURING_2.8;
114+
115+
LIBURING_2.10 {
116+
} LIBURING_2.9;

0 commit comments

Comments
 (0)