diff options
author | Rob Kendrick (plinth) <rjek@rjek.com> | 2014-01-31 12:08:14 +0000 |
---|---|---|
committer | Rob Kendrick (plinth) <rjek@rjek.com> | 2014-01-31 12:08:14 +0000 |
commit | 4eb7d60b58bca244d6ac9bc4e9ac629cc4ec96c6 (patch) | |
tree | 5556b9bc917ddfcb6d43897fe2d139dfc5aed7b4 /luxio.c | |
parent | 8ef1c37fa4b8d1a3e3427bedddaf64842004bd7c (diff) | |
download | luxio-4eb7d60b58bca244d6ac9bc4e9ac629cc4ec96c6.tar.bz2 |
Update release number to 8luxio-8
Diffstat (limited to 'luxio.c')
-rw-r--r-- | luxio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Not all systems will provide all the functions described here. @module luxio */ -#define LUXIO_RELEASE 7 /* clients use to check for features/bug fixes */ +#define LUXIO_RELEASE 8 /* 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 <rjek+luxio@rjek.com>\n" \ "Copyright 2014 Daniel Silverstone <dsilvers@digital-scurf.org>" |