diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-14 11:37:39 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-14 11:37:39 +0000 |
commit | a5983f7d5999e6488e4b21fb17fa1d7702ecfb03 (patch) | |
tree | 1efe77345af957e40fc9bdc90b3824903708a2fb /plugins/MirLua/src/version.h | |
parent | e13b6b468a19ab498231c338bdda07f7028fb1df (diff) |
MirLua: added single script reloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@14557 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 a3ff129847..3a38e21e9f 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 3
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|