提交 866e4de8 authored 作者: Thomas Mueller's avatar Thomas Mueller

Prepare release

上级 141eb744
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -16,22 +16,22 @@ public class Constants { ...@@ -16,22 +16,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 = "2011-12-30"; public static final String BUILD_DATE = "2012-02-03";
/** /**
* The build date is updated for each public release. * The build date is updated for each public release.
*/ */
public static final String BUILD_DATE_STABLE = "2011-11-26"; public static final String BUILD_DATE_STABLE = "2011-12-30";
/** /**
* The build id is incremented for each public release. * The build id is incremented for each public release.
*/ */
public static final int BUILD_ID = 163; public static final int BUILD_ID = 164;
/** /**
* The build id of the last stable release. * The build id of the last stable release.
*/ */
public static final int BUILD_ID_STABLE = 162; public static final int BUILD_ID_STABLE = 163;
/** /**
* If H2 is compiled to be included in a product, this should be set to * If H2 is compiled to be included in a product, this should be set to
......
...@@ -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
(114, '1.3.164', '2012-01-03'),
(113, '1.3.163', '2011-12-30'), (113, '1.3.163', '2011-12-30'),
(112, '1.3.162', '2011-11-26'), (112, '1.3.162', '2011-11-26'),
(111, '1.3.161', '2011-10-28'), (111, '1.3.161', '2011-10-28'),
...@@ -22,11 +23,6 @@ INSERT INTO VERSION VALUES ...@@ -22,11 +23,6 @@ INSERT INTO VERSION VALUES
(101, '1.3.151 Beta', '2011-02-12'), (101, '1.3.151 Beta', '2011-02-12'),
(100, '1.3.150 Beta', '2011-01-28'), (100, '1.3.150 Beta', '2011-01-28'),
(99, '1.3.149 Beta', '2011-01-07'), (99, '1.3.149 Beta', '2011-01-07'),
(98, '1.3.148 Beta', '2010-12-12'),
(97, '1.2.147', '2010-11-21'),
(96, '1.3.146 Beta', '2010-11-08'),
(95, '1.2.145', '2010-11-02'),
(94, '1.2.144', '2010-10-15')
; ;
CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR, CREATE TABLE CHANNEL(TITLE VARCHAR, LINK VARCHAR, DESC VARCHAR,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论