diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-24 19:45:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-24 19:45:18 +0000 |
commit | a0d2cd360477acf24963e479773588b01f3d8a10 (patch) | |
tree | d6e208ebf7b83d49396f35b64a2f151ab2661478 /plugins/MirLua/src/version.h | |
parent | ac49502476c6319e6d942d5815405b961713b663 (diff) |
MirLua: added OnProtoAck and OnReceiveMessage in m_protocols
git-svn-id: http://svn.miranda-ng.org/main/trunk@15440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r-- | plugins/MirLua/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index 5e29a1a083..1d725ca11a 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 4
-#define __BUILD_NUM 5
+#define __BUILD_NUM 6
#include <stdver.h>
|