summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick (humdrum) <rjek@rjek.com>2013-08-28 11:08:57 +0100
committerRob Kendrick (humdrum) <rjek@rjek.com>2013-08-28 11:08:57 +0100
commitbf1f131ed76fa0d3e6da94d99821c074212b7215 (patch)
treefe7ffbcc30dd5b344270da09a5f631ac4732b32b
parent87bfc8a846ed86d650550c6606fe9e3148d4c1a3 (diff)
downloadluxio-bf1f131ed76fa0d3e6da94d99821c074212b7215.tar.gz
Update release version (oops) and copyright years ready for next release
-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"