We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fb3b1 commit a607026Copy full SHA for a607026
HISTORY.md
@@ -1,3 +1,18 @@
1
+###v1.1.4
2
+
3
+ 2018/2/26
4
5
+ 新增与改善:
6
+ 若干小调整。
7
+ 继续完善SDK生成。
8
+ 更新API文档。
9
10
+ BUG修正:
11
+ 修正定义了服务器端python类型时sdk生成报错
12
+ 修正moveToEntity功能pitch不改变问题(#557)
13
14
15
16
###v1.1.3
17
18
2018/1/31
kbe/src/lib/common/kbeversion.h
@@ -27,7 +27,7 @@ namespace KBEngine{
27
28
#define KBE_VERSION_MAJOR 1
29
#define KBE_VERSION_MINOR 1
30
-#define KBE_VERSION_PATCH 0
+#define KBE_VERSION_PATCH 4
31
32
33
namespace KBEVersion
0 commit comments