diff options
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r-- | plugins/MirLua/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index 6f57ea8bed..eb6ca582cf 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,13 +1,13 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
#define __PLUGIN_NAME "MirLua"
#define __FILENAME "MirLua.dll"
-#define __DESCRIPTION "Allow you to extend Miranda NG functionality with lua scripts."
+#define __DESCRIPTION "Extends Miranda NG functionality with lua scripts."
#define __AUTHOR "Miranda NG team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/MirLua/"
|