summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2016-04-04 04:38:22 +0300
committerPatrick Griffis <tingping@tingping.se>2016-04-07 18:27:21 -0700
commit2fe52bbf5834bc5bcd32fe1291bc2882a7ccedc5 (patch)
treef95ede84beea3a19f9c950d0cbc26bb5c2a18dc9 /plugins
parent5998696c2a84e9554e332f4aff386cf612e4caa3 (diff)
lua: Bump version and update copyright year.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/lua/lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c
index 8bdf00e2..55c8a83e 100644
--- a/plugins/lua/lua.c
+++ b/plugins/lua/lua.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 mniip
+ * Copyright (c) 2015-2016 mniip
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
  * associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -37,7 +37,7 @@
 
 static char plugin_name[] = "lua";
 static char plugin_description[] = "Lua scripting interface";
-static char plugin_version[256] = "1.2-";
+static char plugin_version[256] = "1.3-";
 
 static char console_tab[] = ">>lua<<";
 static char command_help[] =