download.html 2.0 KB
Newer Older
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<!--
3 4 5
Copyright 2004-2008 H2 Group. Multiple-Licensed under the H2 License, Version 1.0,,
and under the Eclipse Public License, Version 1.0
(http://h2database.com/html/license.html).
6 7 8 9
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>
10
Downloads
11
</title><link rel="stylesheet" type="text/css" href="stylesheet.css" />
Thomas Mueller's avatar
Thomas Mueller committed
12 13
<link rel="alternate" type="application/atom+xml" title="H2 Newsfeed (Atom)" href="http://www.h2database.com/html/newsfeed-atom.xml" />
<link rel="alternate" type="application/rss+xml" title="H2 Newsfeed (RSS)" href="http://www.h2database.com/html/newsfeed-rss.xml" />
14
<!-- [search] { -->
15 16 17
<script type="text/javascript" src="navigation.js"></script>
</head><body onload="frameMe();">
<table class="content"><tr class="content"><td class="content"><div class="contentDiv">
18
<!-- } -->
19

20
<h1>Downloads</h1>
21

22
<h3>Version ${version} (${versionDate}, Beta)</h3>
23
<p>
Thomas Mueller's avatar
Thomas Mueller committed
24 25
<a href="http://www.h2database.com/h2-setup-${versionDate}.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-${versionDate}.zip">Platform-Independent Zip</a><br />
26 27
</p>

28
<h3>Version ${stableVersion} (${stableVersionDate}, Last Stable)</h3>
29
<p>
30 31
<a href="http://www.h2database.com/h2-setup-${stableVersionDate}.exe">Windows Installer</a><br />
<a href="http://www.h2database.com/h2-${stableVersionDate}.zip">Platform-Independent Zip</a><br />
32 33
</p>

34
<h3>Download Older Versions</h3>
35
<p>
36
<a href="http://code.google.com/p/h2database/downloads/list">Platform-Independent Zip</a><br />
37 38
</p>

39
<h3>Subversion Source Repository</h3>
40
<p>
41
<a href="http://code.google.com/p/h2database/source">Google Code</a>
42 43
</p>

44
<p>
45
For details about changes, see the <a href="changelog.html">Change Log</a>.
46
</p>
47

48 49
<!-- [close] { --></div></td></tr></table><!-- } --><!-- analytics --></body></html>