提交 c240049f authored 作者: thomasmueller's avatar thomasmueller

Documentation

上级 3e5d6415
......@@ -27,6 +27,10 @@ Change Log
</li>
<li>Added an ENUM data type, with syntax similar to that of MySQL and Oracle.
</li>
<li>MVStore: for object data types, the cache size memory estimation
was sometimes far off in a read-only scenario.
This could result in inefficient cache usage.
</li>
</ul>
<h2>Version 1.4.194 (2017-03-10)</h2>
......
......@@ -542,7 +542,7 @@ public class Constants {
* @return the version number
*/
public static Object getVersionStable() {
return "1.3." + BUILD_ID_STABLE;
return "1.4." + BUILD_ID_STABLE;
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论