summaryrefslogtreecommitdiff
path: root/website/download/release-notes.php
blob: b1562021bec916086e00c14cc4566b65f40dbd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/*
 * Copyright 2004 Matt Brubeck
 * This file is licensed under a Creative Commons license:
 * http://creativecommons.org/licenses/by/2.0/
 */
  require_once "main.inc.php";
  $pageId = "release-notes";
  $pageTitle = _("Release Notes");
  include "../include/header.inc.php";
  include "../latest/versions.inc.php";
?>

<h2><?=$pageTitle?></h2>

<p>Oreka 0.1 is the first release of this software.</p>
<?php
  include "../include/footer.inc.php";
?>