提交 6290b79a authored 作者: thomasmueller's avatar thomasmueller

Prepare release

上级 4ee576d6
......@@ -16,22 +16,22 @@ public class Constants {
/**
* The build date is updated for each public release.
*/
public static final String BUILD_DATE = "2017-03-10";
public static final String BUILD_DATE = "2017-04-23";
/**
* The build date of the last stable release.
*/
public static final String BUILD_DATE_STABLE = "2016-10-31";
public static final String BUILD_DATE_STABLE = "2017-03-10";
/**
* The build id is incremented for each public release.
*/
public static final int BUILD_ID = 194;
public static final int BUILD_ID = 195;
/**
* The build id of the last stable release.
*/
public static final int BUILD_ID_STABLE = 193;
public static final int BUILD_ID_STABLE = 194;
/**
* Whether this is a snapshot version.
......
......@@ -7,6 +7,7 @@
CREATE TABLE VERSION(ID INT PRIMARY KEY, VERSION VARCHAR, CREATED VARCHAR);
INSERT INTO VERSION VALUES
(145, '1.4.195', '2017-04-23'),
(144, '1.4.194', '2017-03-10'),
(143, '1.4.193', '2016-10-31'),
(142, '1.4.192', '2016-05-26'),
......@@ -22,10 +23,6 @@ INSERT INTO VERSION VALUES
(132, '1.4.182', '2014-10-17'),
(131, '1.4.181', '2014-08-06'),
(130, '1.4.180', '2014-07-13'),
(129, '1.4.179', '2014-06-23'),
(128, '1.4.178', '2014-05-02'),
(127, '1.4.177', '2014-04-12'),
(126, '1.3.176', '2014-04-05'),
;
CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论