diff options
| author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-24 18:16:34 +0000 | 
|---|---|---|
| committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-24 18:16:34 +0000 | 
| commit | 1c5d43a59d60d733ef344e05279b6028ecb22d3d (patch) | |
| tree | 5aa78b68a809d38a3fc4f03e7dbf5849d97bb4da | |
| parent | b640a101ad421d40601e07973846d0b95f837b43 (diff) | |
MirLua: version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -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/"
  | 
