mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
lua: Bump version and update copyright year.
This commit is contained in:
parent
5998696c2a
commit
2fe52bbf58
@ -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[] =
|
||||
|
Loading…
Reference in New Issue
Block a user