Bump version to 1.0.7

Just in preparation for a release, let's get things setup for it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/liburing.spec b/liburing.spec
index 74c2ee4..bfe46bd 100644
--- a/liburing.spec
+++ b/liburing.spec
@@ -1,5 +1,5 @@
 Name: liburing
-Version: 0.6
+Version: 0.7
 Release: 1%{?dist}
 Summary: Linux-native io_uring I/O access library
 License: (GPLv2 with exceptions and LGPLv2+) or MIT
diff --git a/src/Makefile b/src/Makefile
index 20501f5..9bbbacf 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,7 +13,7 @@
 
 soname=liburing.so.1
 minor=0
-micro=6
+micro=7
 libname=$(soname).$(minor).$(micro)
 all_targets += liburing.a
 
diff --git a/src/liburing.map b/src/liburing.map
index 8281f3d..38bd558 100644
--- a/src/liburing.map
+++ b/src/liburing.map
@@ -54,3 +54,6 @@
 	global:
 		io_uring_register_eventfd_async;
 } LIBURING_0.5;
+
+LIBURING_0.7 {
+} LIBURING_0.6;