summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-02-25 21:55:15 -0700
committerJens Axboe <axboe@kernel.dk>2020-02-25 21:58:04 -0700
commit3be13f40c02f245ac03a8b3500736e657f04920a (patch)
tree9ce7bfe4eada3dd5462a76cb8e3dc00788e39ded
parente4186753ad81eea6a80130e5faf1f63670db5dac (diff)
downloadliburing-0.5.tar.gz
liburing-0.5.tar.bz2
Update versions to 0.5liburing-0.5v0.5
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--liburing.spec2
-rw-r--r--src/Makefile2
-rw-r--r--src/liburing.map3
3 files changed, 5 insertions, 2 deletions
diff --git a/liburing.spec b/liburing.spec
index 95a858c..2372099 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -1,5 +1,5 @@
Name: liburing
-Version: 0.4
+Version: 0.5
Release: 1%{?dist}
Summary: Linux-native io_uring I/O access library
License: LGPLv2+ / MIT
diff --git a/src/Makefile b/src/Makefile
index 54eee0f..c9f113a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,7 +13,7 @@ ENABLE_SHARED ?= 1
soname=liburing.so.1
minor=0
-micro=4
+micro=5
libname=$(soname).$(minor).$(micro)
all_targets += liburing.a
diff --git a/src/liburing.map b/src/liburing.map
index 04e28cd..eb6d52b 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -46,3 +46,6 @@ LIBURING_0.4 {
io_uring_get_probe;
io_uring_get_probe_ring;
} LIBURING_0.3;
+
+LIBURING_0.5 {
+} LIBURING_0.4;