diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-30 15:31:44 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-30 15:31:44 +0000 |
commit | 5dac5be47f2d9af8cbceead6511ff4c0fc40bab5 (patch) | |
tree | e7835f34984466b1382e75c8eebc656f4e9cfb4f /plugins/MirLua/src/version.h | |
parent | f65741787bee7c5d143d733efb32b7ec3452edc6 (diff) |
MirLua: !api break
- separated m_clist and m_genmenu modules
- moved AddMainMenuItem, AddContactMenuItem, AddTrayMenuItem to m_clist
- added BuildMainMenu, BuildContactMenu and BuildTrayMenu to m_clist
- updated examples
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14458 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 ce9b61cf05..f2af4804d5 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
-#define __RELEASE_NUM 1
+#define __RELEASE_NUM 2
#define __BUILD_NUM 0
#include <stdver.h>
|