diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-20 20:35:35 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-20 20:35:35 +0000 |
commit | 7d46e610c0c93d68cb28e51f42691b3a404f2f7e (patch) | |
tree | 54549257352c650dfdea3dcaec5e67abafff257b /plugins/MirLua/src/version.h | |
parent | ab51bf5672d02978906a59ddf070ccc3f80921b8 (diff) |
MirLua:
- added iterators in m_database and m_protocols
- added more short aliases for functions in m_database
- added some examples in m_database
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14590 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 48f4e6cac3..e71e5aa79c 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 0
+#define __BUILD_NUM 1
#include <stdver.h>
|