提交 5a038869 authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Prepare release

上级 c87d9ab6
...@@ -16,7 +16,7 @@ public class Constants { ...@@ -16,7 +16,7 @@ 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 = "2016-01-21"; public static final String BUILD_DATE = "2016-05-26";
/** /**
* The build date of the last stable release. * The build date of the last stable release.
...@@ -26,7 +26,7 @@ public class Constants { ...@@ -26,7 +26,7 @@ public class Constants {
/** /**
* The build id is incremented for each public release. * The build id is incremented for each public release.
*/ */
public static final int BUILD_ID = 191; public static final int BUILD_ID = 192;
/** /**
* The build id of the last stable release. * The build id of the last stable release.
......
...@@ -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
(142, '1.4.192', '2016-05-26'),
(141, '1.4.191', '2016-01-21'), (141, '1.4.191', '2016-01-21'),
(140, '1.4.190', '2015-10-11'), (140, '1.4.190', '2015-10-11'),
(139, '1.4.189', '2015-09-13'), (139, '1.4.189', '2015-09-13'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论