download.html 1.8 KB
Newer Older
1 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- 
3
Copyright 2004-2007 H2 Group. Licensed under the H2 License, Version 1.0 (http://h2database.com/html/license.html). 
4 5 6 7
Initial Developer: H2 Group
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
8
H2 Database Engine
9 10 11
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
<link rel="alternate" type="application/atom+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-atom.xml" />
<link rel="alternate" type="application/rss+xml" title="H2 Newsfeed" href="http://www.h2database.com/html/newsfeed-rss.xml" />
12 13 14 15
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">

16
<h1> Downloads </h1>
17

18
<h3> Version 1.0.57 (2008-08-25, Current) </h3>
19
<p>
20 21
<a href="http://www.h2database.com/h2-setup-2007-08-25.exe"> Windows Installer </a><br />
<a href="http://www.h2database.com/h2-2007-08-25.zip"> Platform-Independent Zip </a><br />
22 23
</p>

24
<h3> Version 1.0 / 2007-03-04 (Last Stable) </h3>
25
<p>
26 27
<a href="http://www.h2database.com/h2-setup-2007-03-04.exe"> Windows Installer </a><br />
<a href="http://www.h2database.com/h2-2007-03-04.zip"> Platform-Independent Zip </a><br />
28 29
</p>

30
<h3> Download Mirror </h3>
31
<p>
32
<a href="http://code.google.com/p/h2database/downloads/list"> Platform-Independent Zip </a><br />
33 34
</p>

35
<h3> Subversion Source Repository </h3>
36
<p>
37
<a href="http://code.google.com/p/h2database/source"> Google Code </a>
38 39
</p>

40
<p>
41
 For details about changes, see the <a href="history.html">Change Log</a> . </p>
42 43

</div></td></tr></table></body></html>