提交 5985e7be authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release.

上级 b9c7ab79
......@@ -18,6 +18,8 @@ Change Log
<h1>Change Log</h1>
<h2>Next Version (unreleased)</h2>
<h2>Version 1.4.178 Beta (2014-05-02)</h2>
<ul><li>Issue 559: Make dependency on org.osgi.service.jdbc optional.
</li><li>Improve error message when the user specifies an unsupported combination of database settings.
</li><li>MVStore: in the multi-threaded mode, NullPointerException and other exceptions could occur.
......
......@@ -17,7 +17,7 @@ public class Constants {
/**
* The build date is updated for each public release.
*/
public static final String BUILD_DATE = "2014-04-12";
public static final String BUILD_DATE = "2014-05-02";
/**
* The build date of the last stable release.
......@@ -27,7 +27,7 @@ public class Constants {
/**
* The build id is incremented for each public release.
*/
public static final int BUILD_ID = 177;
public static final int BUILD_ID = 178;
/**
* The build id of the last stable release.
......
......@@ -7,6 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES
(128, '1.4.178', '2014-05-02'),
(127, '1.4.177', '2014-04-12'),
(126, '1.3.176', '2014-04-05'),
(125, '1.3.175', '2014-01-18'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论