Skip to content

Commit

Permalink
Bump version to 2.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
axboe committed Feb 18, 2025
1 parent 334a409 commit 1c67c0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion liburing.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: liburing
Version: 2.9
Version: 2.10
Release: 1%{?dist}
Summary: Linux-native io_uring I/O access library
License: (GPLv2 with exceptions and LGPLv2+) or MIT
Expand Down
3 changes: 3 additions & 0 deletions src/liburing-ffi.map
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,6 @@ LIBURING_2.9 {
io_uring_register_region;
io_uring_sqe_set_buf_group;
} LIBURING_2.8;

LIBURING_2.10 {
} LIBURING_2.9;
3 changes: 3 additions & 0 deletions src/liburing.map
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ LIBURING_2.9 {
io_uring_clone_buffers_offset;
io_uring_register_region;
} LIBURING_2.8;

LIBURING_2.10 {
} LIBURING_2.9;

0 comments on commit 1c67c0e

Please sign in to comment.