提交 68281c15 authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release.

上级 cb9fd706
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -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 = "2011-04-04"; public static final String BUILD_DATE = "2011-05-27";
/** /**
* The build date is updated for each public release. * The build date is updated for each public 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 = 154; public static final int BUILD_ID = 155;
/** /**
* 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
(105, '1.3.155', '2011-05-27'),
(104, '1.3.154', '2011-04-04'), (104, '1.3.154', '2011-04-04'),
(103, '1.3.153', '2011-03-14'), (103, '1.3.153', '2011-03-14'),
(102, '1.3.152 Beta', '2011-03-01'), (102, '1.3.152 Beta', '2011-03-01'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论