summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/version.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-06-13 18:22:20 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-06-13 18:22:20 +0000
commit1c6b8b1f06d26f3ac4db17d6eb203538ba358057 (patch)
tree28847ce93f6162b33245d0d714a75cdb4303ff7c /plugins/MirLua/src/version.h
parentbfef141fa44aace5d845bfa0d06e4435c97984ba (diff)
MirLua: break backward compatibility
- removed BLOB metatable - m_database's blob now used simple lua table - removed deprecated functions from m_core - added PROTORECVEVENT metatable - added GCDEST metatable - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r--plugins/MirLua/src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h
index 0204e9a8e9..6c296d6709 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 7
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 8
+#define __BUILD_NUM 0
#include <stdver.h>