diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 16:22:17 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-02 16:22:17 +0000 |
commit | a2aebf5ed9356abdbd341bf112f2c4b0933fbe3c (patch) | |
tree | fcf5c48a5f5f2969602d5e75d534f10327f22484 /plugins/MirLua/src/version.h | |
parent | b544097135831f24da3d6b11211d19e9536005f0 (diff) |
MirLua: time to break backward compatibility
git-svn-id: http://svn.miranda-ng.org/main/trunk@15994 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/version.h')
-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 d9b5285e08..349cf71ead 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 5
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 6
+#define __BUILD_NUM 0
#include <stdver.h>
|