Skip to content

Commit

Permalink
Update the version number in htp.def for release 14.05.
Browse files Browse the repository at this point in the history
  • Loading branch information
kruland2607 committed May 20, 2014
1 parent 967b6b3 commit a3e6c0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions core/web/html/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@ <h3>Desktop version</h3>
<a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
</div>
<div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.03/OpenRocket-14.03.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.05/OpenRocket-14.05.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-14.03.jar</span>
<span>OpenRocket-14.05.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.03/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.03/OpenRocket-14.03-src.zip/download">Source code</a>
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.05/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.05/OpenRocket-14.05-src.zip/download">Source code</a>
</span>
</div>
<p>OpenRocket can be started in most graphical environments (including
Windows) by double-clicking the package icon. No installation is
required.</p>
<p>From the command line OpenRocket can be started by
<span class="command">java -jar OpenRocket-14.03.jar</span></p>
<span class="command">java -jar OpenRocket-14.05.jar</span></p>
<h3>Android version</h3>
<p>The Android version allows opening OpenRocket files, viewing
simulations and motors. Later versions will allow running
Expand Down
6 changes: 3 additions & 3 deletions core/web/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ <h1>OpenRocket &mdash; an Open Source model rocket simulator</h1>
<h2>Introduction</h2>
<div class="rightpane">
<div class="downloadbox">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.03/OpenRocket-14.03.jar/download">
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/14.05/OpenRocket-14.05.jar/download">
<strong>Download now!</strong>
<span>OpenRocket-14.03.jar</span>
<span>OpenRocket-14.05.jar</span>
</a>
<span class="alternative">
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.03/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/14.05/ReleaseNotes/view">Release notes</a> |
<a href="download.html">Other versions</a>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion core/web/htp/htp.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<set version="14.03">
<set version="14.05">
<set androidversion="12.09">

<def name="downloadbox">
Expand Down

0 comments on commit a3e6c0d

Please sign in to comment.