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

Prepare release

上级 ba233fa2
...@@ -21,6 +21,12 @@ Change Log ...@@ -21,6 +21,12 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>-
</li>
</ul>
<h2>Version 1.4.197 (2018-03-18)</h2>
<ul>
<li>PR #984: Minor refactorings in Parser <li>PR #984: Minor refactorings in Parser
</li> </li>
<li>Issue #933: MVStore background writer endless loop <li>Issue #933: MVStore background writer endless loop
......
...@@ -15,22 +15,22 @@ public class Constants { ...@@ -15,22 +15,22 @@ public class Constants {
/** /**
* The build date is updated for each public release. * The build date is updated for each public release.
*/ */
public static final String BUILD_DATE = "2017-06-10"; public static final String BUILD_DATE = "2018-03-18";
/** /**
* The build date of the last stable release. * The build date of the last stable release.
*/ */
public static final String BUILD_DATE_STABLE = "2017-04-23"; public static final String BUILD_DATE_STABLE = "2017-06-10";
/** /**
* The build id is incremented for each public release. * The build id is incremented for each public release.
*/ */
public static final int BUILD_ID = 196; public static final int BUILD_ID = 197;
/** /**
* The build id of the last stable release. * The build id of the last stable release.
*/ */
public static final int BUILD_ID_STABLE = 195; public static final int BUILD_ID_STABLE = 196;
/** /**
* Whether this is a snapshot version. * Whether this is a snapshot version.
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR); CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES INSERT INTO VERSION VALUES
(147, '1.4.198', '2018-03-18'),
(146, '1.4.197', '2017-06-10'), (146, '1.4.197', '2017-06-10'),
(145, '1.4.195', '2017-04-23'), (145, '1.4.195', '2017-04-23'),
(144, '1.4.194', '2017-03-10'), (144, '1.4.194', '2017-03-10'),
...@@ -23,7 +24,6 @@ INSERT INTO VERSION VALUES ...@@ -23,7 +24,6 @@ INSERT INTO VERSION VALUES
(133, '1.4.183', '2014-12-13'), (133, '1.4.183', '2014-12-13'),
(132, '1.4.182', '2014-10-17'), (132, '1.4.182', '2014-10-17'),
(131, '1.4.181', '2014-08-06'), (131, '1.4.181', '2014-08-06'),
(130, '1.4.180', '2014-07-13'),
; ;
CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR, CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论