summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luxio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/luxio.c b/luxio.c
index 233cdb7..d3c2de5 100644
--- a/luxio.c
+++ b/luxio.c
@@ -6,10 +6,10 @@
* Distributed under the same terms as Lua itself (MIT).
*/
-#define LUXIO_RELEASE 1 /* clients use to check for features/bug fixes */
+#define LUXIO_RELEASE 6 /* 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>"
+#define LUXIO_COPYRIGHT "Copyright 2013 Rob Kendrick <rjek+luxio@rjek.com>\n" \
+ "Copyright 2014 Daniel Silverstone <dsilvers@digital-scurf.org>"
#include "config.h"