diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-12-21 07:17:11 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-12-21 09:09:11 -0700 |
commit | 9fcc639c6a45879d0a4ffbc73ce466ab38762a3f (patch) | |
tree | c984d62a04770a7c423e1ca31c93cd135008b3ee | |
parent | 75cad68b953fe0fabbc4b1ced1ab4ba0ed5da18e (diff) | |
download | liburing-0.3.tar.gz liburing-0.3.tar.bz2 |
liburing-0.3liburing-0.3
The library micro was already updated a while back, so just flip the
Version in the .spec file.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | liburing.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liburing.spec b/liburing.spec index 87b16b1..1f36614 100644 --- a/liburing.spec +++ b/liburing.spec @@ -1,5 +1,5 @@ Name: liburing -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: Linux-native io_uring I/O access library License: LGPLv2+ |