Skip to content

Commit

Permalink
Updated our download page now that we have released version 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 1, 2013
1 parent 425a428 commit 5f7fa1d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</script>

<p>
Please find below the latest snapshot.
Please find below the official release of OpenCOR, as well as its latest snapshot.
</p>

<?php
Expand All @@ -43,7 +43,11 @@ function formattedFileSize($fileName) {

date_default_timezone_set("Europe/London");

$versions = array(array("Latest snapshot", 21, 3, 2013, "2013-03-21", false,
$versions = array(array("Version 0.1", 1, 4, 2013, "0-1-0", true,
array(array("Windows", array(".exe"), array(".zip")),
array("Linux", array(".tar.gz", 32), array(".tar.gz", 64)),
array("OS X", array(".dmg"), array(".zip")))),
array("Latest snapshot", 21, 3, 2013, "2013-03-21", false,
array(array("Windows", array(".exe"), array(".zip")),
array("Linux", array(".tar.gz", 32), array(".tar.gz", 64)),
array("OS X", array(".dmg"), array(".zip")))));
Expand Down Expand Up @@ -250,6 +254,10 @@ function formattedFileSize($fileName) {
}
?>

<p class="warning">
Please keep in mind that OpenCOR is <em>only</em> at version 0.1...
</p>

<script type="text/javascript">
copyright();
</script>
Expand Down

0 comments on commit 5f7fa1d

Please sign in to comment.