diff options
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r-- | plugins/MirLua/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index 2c191f27f9..c410df9718 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 6
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 7
+#define __BUILD_NUM 0
#include <stdver.h>
@@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/MirLua/"
-#define __COPYRIGHT "© 2015-16 Miranda NG project"
+#define __COPYRIGHT "© 2015-16 Miranda NG project"
|