summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick (humdrum) <rjek@rjek.com>2012-09-12 12:02:52 +0100
committerRob Kendrick (humdrum) <rjek@rjek.com>2012-09-12 12:02:52 +0100
commit75f2d86f6b3c85324309f49cbba87cc0e0be9dd0 (patch)
tree140801101cd9060912891a3da537f5d29a511a14
parentc32248780d69130965ec5268ce318a46dc960a51 (diff)
downloadluxio-75f2d86f6b3c85324309f49cbba87cc0e0be9dd0.tar.gz
Bump release to 1, update READMEluxio-1
-rw-r--r--README3
-rw-r--r--luxio.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index c2a7d07..e4455bc 100644
--- a/README
+++ b/README
@@ -6,7 +6,8 @@ Now:
1. Reasonably good coverage of POSIX and BSD Sockets, including IPv6,
and some GNU extensions.
2. Meant to be buildable anywhere that is POSIX.1-1996. If it's not,
- there's a bug.
+ there's a bug. These are likely, as I have nowhere other than
+ Linux to test.
3. Low-level. You get the return values and the errno for the bound
functions where possible. Others take a table to fill in, or
may return tables.
diff --git a/luxio.c b/luxio.c
index acf8e54..29195e8 100644
--- a/luxio.c
+++ b/luxio.c
@@ -6,7 +6,7 @@
* Distributed under the same terms as Lua itself (MIT).
*/
-#define LUXIO_RELEASE 0 /* clients use to check for features/bug fixes */
+#define LUXIO_RELEASE 1 /* 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 2012 Rob Kendrick <rjek+luxio@rjek.com>\n" \
"Copyright 2012 Daniel Silverstone <dsilvers@digital-scurf.org>"