diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 14:19:06 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 14:19:06 +0000 |
commit | 04bad7d78b1b7eaba07cfc58d6cfffc876f774ce (patch) | |
tree | 2d47e4fe08769b3d9de2a22b40cb059887f87736 /plugins/MirLua/src/version.h | |
parent | 8c406aebce15a05f136ac8e38397306a7d8d3976 (diff) |
MirLua:
- single script reloading allowed only in debug
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14730 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 89795d3de6..0fff245087 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|