diff options
author | aunsane <aunsane@gmail.com> | 2017-09-02 17:27:46 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-09-02 17:28:15 +0300 |
commit | 446d3db940ba45aaa0546bf052b3e1bdcee9868e (patch) | |
tree | 2e5954a1a5e160a5cd85e784c8c4e4ffe9db2bf1 /plugins/MirLua/src | |
parent | 478befcb19d3ed1d811f879940d9464f0cab4be5 (diff) |
MirLua: version bump
Diffstat (limited to 'plugins/MirLua/src')
-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 5dd882c233..4a4f9a797d 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 8
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|