Skip to content

Commit 8b7e67f

Browse files
1 parent 47b802f commit 8b7e67f

File tree

4 files changed

+423
-5
lines changed

4 files changed

+423
-5
lines changed

from_binary.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,19 @@ <h2 id="stable-releases">Stable Releases</h2>
168168
<a href="https://github.com/RobotLocomotion/drake/releases">releases</a> page.</p>
169169

170170
<p>The most recent release is
171-
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.38.0">v1.38.0</a>:</p>
171+
<a href="https://github.com/RobotLocomotion/drake/releases/tag/v1.39.0">v1.39.0</a>:</p>
172172

173173
<ul>
174-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-jammy.tar.gz</a></li>
175-
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-noble.tar.gz</a></li>
176-
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-mac-arm64.tar.gz (for arm64)</li>
174+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-jammy.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-jammy.tar.gz</a></li>
175+
<li><a href="https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-noble.tar.gz">https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-noble.tar.gz</a></li>
176+
<li>https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-mac-arm64.tar.gz (for arm64)</li>
177177
</ul>
178178

179179
<p>Users of macOS must download using a command-line tool such as <code class="language-plaintext highlighter-rouge">curl</code> instead
180180
of using a web browser, to avoid hassles from Gatekeeper checks for malicious
181181
software. For example:</p>
182182

183-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.38.0/drake-1.38.0-mac-arm64.tar.gz
183+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl -fsSLO https://github.com/RobotLocomotion/drake/releases/download/v1.39.0/drake-1.38.0-mac-arm64.tar.gz
184184
</code></pre></div></div>
185185

186186
<h3 id="use-as-a-c-library">Use as a C++ library</h3>

release_notes/release_notes.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ <h1 id="releases">Releases</h1>
147147
<p>Latest releases are first:</p>
148148

149149
<ul>
150+
<li>
151+
<p><a href="/release_notes/v1.39.0.html">Drake v1.39.0</a> (released 2025-03-14)</p>
152+
</li>
150153
<li>
151154
<p><a href="/release_notes/v1.38.0.html">Drake v1.38.0</a> (released 2025-02-18)</p>
152155
</li>

0 commit comments

Comments
 (0)