From 704c1f596f65109e0d697327f58b2f79ddc8658b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 23 Sep 2016 11:17:43 +0100 Subject: Update release number to 9 --- luxio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luxio.c b/luxio.c index 62ff77d..a912168 100644 --- a/luxio.c +++ b/luxio.c @@ -24,7 +24,7 @@ Not all systems will provide all the functions described here. @module luxio */ -#define LUXIO_RELEASE 8 /* clients use to check for features/bug fixes */ +#define LUXIO_RELEASE 9 /* clients use to check for features/bug fixes */ #define LUXIO_ABI 0 /* clients use to check the ABI of calls is same */ #define LUXIO_COPYRIGHT "Copyright 2013 Rob Kendrick \n" \ "Copyright 2014 Daniel Silverstone " -- cgit v1.2.1