File tree Expand file tree Collapse file tree 4 files changed +423
-5
lines changed Expand file tree Collapse file tree 4 files changed +423
-5
lines changed Original file line number Diff line number Diff line change @@ -168,19 +168,19 @@ <h2 id="stable-releases">Stable Releases</h2>
168
168
< a href ="https://github.com/RobotLocomotion/drake/releases "> releases</ a > page.</ p >
169
169
170
170
< 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 >
172
172
173
173
< 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 >
177
177
</ ul >
178
178
179
179
< p > Users of macOS must download using a command-line tool such as < code class ="language-plaintext highlighter-rouge "> curl</ code > instead
180
180
of using a web browser, to avoid hassles from Gatekeeper checks for malicious
181
181
software. For example:</ p >
182
182
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
184
184
</ code > </ pre > </ div > </ div >
185
185
186
186
< h3 id ="use-as-a-c-library "> Use as a C++ library</ h3 >
Original file line number Diff line number Diff line change @@ -147,6 +147,9 @@ <h1 id="releases">Releases</h1>
147
147
< p > Latest releases are first:</ p >
148
148
149
149
< 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 >
150
153
< li >
151
154
< p > < a href ="/release_notes/v1.38.0.html "> Drake v1.38.0</ a > (released 2025-02-18)</ p >
152
155
</ li >
You can’t perform that action at this time.
0 commit comments