summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-09-09 09:28:22 -0600
committerJens Axboe <axboe@kernel.dk>2021-09-09 09:28:22 -0600
commit41a61c97c2e3df4475c93fdf5026d575ce3f1377 (patch)
treef807b6670afdc2286a687ecb2f270cd3f682e5f6
parenta357750b1547a7c5f4caac49bb0c556e4d4bb8c6 (diff)
liburing 2.1liburing-2.1
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 68efbdc..57abbbe 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -16,7 +16,7 @@ LINK_FLAGS+=$(LDFLAGS)
ENABLE_SHARED ?= 1
soname=liburing.so.2
-minor=0
+minor=1
micro=0
libname=$(soname).$(minor).$(micro)
all_targets += liburing.a