提交 da206bee authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 893746ad
......@@ -15,10 +15,10 @@ H2 Database Engine
<h1>Downloads</h1>
<h3>Version 1.0.67 (2008-03-14, Current)</h3>
<h3>Version 1.0.67 (2008-03-15, Current)</h3>
<p>
<a href="http://www.h2database.com/h2-setup-2008-03-14.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2008-03-14.zip">Platform-Independent Zip</a><br />
<a href="http://www.h2database.com/h2-setup-2008-03-15.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-2008-03-15.zip">Platform-Independent Zip</a><br />
</p>
<h3>Version 1.0.66 (2008-02-22, Last Stable)</h3>
......
......@@ -31,17 +31,17 @@ Welcome to H2, the free SQL database. The main feature of H2 are:
<table style="border: 0px; margin: 5px; background-color: #eee;">
<tr><td style="border: 0px; background-color: #eee;" colspan="2">
<h3>Download</h3>
Version 1.0.68 (2008-03-14):
Version 1.0.68 (2008-03-15):
</td></tr>
<tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2008-03-14.exe"><img border="1" src="images/download.png" alt="download" /></a>
<a href="http://www.h2database.com/h2-setup-2008-03-15.exe"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-setup-2008-03-14.exe">Windows Installer (2.9 MB)</a>
<a href="http://www.h2database.com/h2-setup-2008-03-15.exe">Windows Installer (2.9 MB)</a>
</td></tr>
<tr><td style="border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2008-03-14.zip"><img border="1" src="images/download.png" alt="download" /></a>
<a href="http://www.h2database.com/h2-2008-03-15.zip"><img border="1" src="images/download.png" alt="download" /></a>
</td><td style="vertical-align: middle; border: 0px; background-color: #eee;">
<a href="http://www.h2database.com/h2-2008-03-14.zip">All platforms (zip, 4.1 MB)</a>
<a href="http://www.h2database.com/h2-2008-03-15.zip">All platforms (zip, 4.1 MB)</a>
</td></tr>
<tr><td style="border: 0px; background-color: #eee;" colspan="2">
<a href="download.html">All Downloads</a>
......
......@@ -1754,7 +1754,7 @@ Function tables did not work with views and EXPLAIN. Fixed.
Downloads
@download_1001_h3
Version 1.0.67 (2008-03-14, Current)
Version 1.0.67 (2008-03-15, Current)
@download_1002_a
Windows Installer
......@@ -4232,7 +4232,7 @@ JDBC and (partial) ODBC API; Web Client application
Download
@mainWeb_1007_td
Version 1.0.68 (2008-03-14):
Version 1.0.68 (2008-03-15):
@mainWeb_1008_a
Windows Installer (2.9 MB)
......
......@@ -583,7 +583,7 @@ changelog_1263_li=In the H2 Console, result sets could not be modified because t
changelog_1264_li=Views using UNION did not work correctly. Fixed.
changelog_1265_li=Function tables did not work with views and EXPLAIN. Fixed.
download_1000_h1=Downloads
download_1001_h3=Version 1.0.67 (2008-03-14, Current)
download_1001_h3=Version 1.0.67 (2008-03-15, Current)
download_1002_a=Windows Installer
download_1003_a=Platform-Independent Zip
download_1004_h3=Version 1.0.66 (2008-02-22, Last Stable)
......@@ -1409,7 +1409,7 @@ mainWeb_1003_li=Written in Java; can be compiled with GCJ (Linux)
mainWeb_1004_li=Embedded, Server and Cluster modes
mainWeb_1005_li=JDBC and (partial) ODBC API; Web Client application
mainWeb_1006_h3=Download
mainWeb_1007_td=Version 1.0.68 (2008-03-14)\:
mainWeb_1007_td=Version 1.0.68 (2008-03-15)\:
mainWeb_1008_a=Windows Installer (2.9 MB)
mainWeb_1009_a=All platforms (zip, 4.1 MB)
mainWeb_1010_a=All Downloads
......
......@@ -75,7 +75,7 @@ package org.h2.engine;
public class Constants {
public static final int BUILD_ID = 68;
private static final String BUILD = "2008-03-14";
private static final String BUILD = "2008-03-15";
public static final int VERSION_MAJOR = 1;
public static final int VERSION_MINOR = 0;
......
......@@ -11,7 +11,7 @@ INSERT INTO CHANNEL VALUES('H2 Database Engine' ,
CREATE TABLE ITEM(ID INT PRIMARY KEY, TITLE VARCHAR, ISSUED TIMESTAMP, DESC VARCHAR);
INSERT INTO ITEM VALUES(38,
'New version available: 1.0.68 (2008-03-14)', '2008-03-14 12:00:00',
'New version available: 1.0.68 (2008-03-15)', '2008-03-15 12:00:00',
'A new version of H2 is available for <a href="http://www.h2database.com">download</a>.
(You may have to click ''Refresh'').
<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论