diff mbox series

[1/2] spec: bump version to 2.0

Message ID 20210309141913.262131-2-stefanha@redhat.com (mailing list archive)
State New, archived
Headers show
Series spec: liburing-2.0 updates | expand

Commit Message

Stefan Hajnoczi March 9, 2021, 2:19 p.m. UTC
The shared library is now liburing.so.2 but the pkgconfig and rpm files
still say 0.7. Existing binaries link against liburing.so.1 and will not
automatically pick up the new liburing.so.2 shared library.

Update the version number in liburing.spec so

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 liburing.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/liburing.spec b/liburing.spec
index fa4d970..8607074 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -1,5 +1,5 @@ 
 Name: liburing
-Version: 0.7
+Version: 2.0
 Release: 1%{?dist}
 Summary: Linux-native io_uring I/O access library
 License: (GPLv2 with exceptions and LGPLv2+) or MIT