summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/version.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-06-03 15:18:14 +0300
committeraunsane <aunsane@gmail.com>2018-06-03 15:19:57 +0300
commit37adbb87dd60fa816235e9e8f2c216f20d03b635 (patch)
tree97a491efca28f946b638d7f21794cd545f040428 /plugins/MirLua/src/version.h
parent1062351afffd71b038312fe21741b7ce0ec6729f (diff)
MirLua: reworked http module
- removed Send method - added Request method to create request without sending - added async callbacks - version bump
Diffstat (limited to 'plugins/MirLua/src/version.h')
-rw-r--r--plugins/MirLua/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h
index 2b4942db6b..e14edce59e 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 8
+#define __BUILD_NUM 9
#include <stdver.h>