This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-documentation.git
The following commit(s) were added to refs/heads/master by this push:
new 5d1d0ca Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0 release
5d1d0ca is described below
commit 5d1d0caf5537ac2c9fe654535905184dbff8287f
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Apr 4 13:29:08 2024 +0200
Apache Mynewt 1.12.0 and Apache NimBLE 1.7.0 release
---
docs/themes/mynewt/main-banner.html | 2 +-
docs/themes/mynewt/versions.html | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/themes/mynewt/main-banner.html
b/docs/themes/mynewt/main-banner.html
index 165380d..59c1763 100644
--- a/docs/themes/mynewt/main-banner.html
+++ b/docs/themes/mynewt/main-banner.html
@@ -8,7 +8,7 @@
</div>
<div class="news-cell">
<div class="well">
- <h4>Latest News:</h4> <a href="/download">Apache Mynewt
1.11.0, Apache NimBLE 1.6.0 </a> released September 7, 2023)
+ <h4>Latest News:</h4> <a href="/download">Apache Mynewt
1.12.0, Apache NimBLE 1.7.0 </a> released April 4, 2024)
</div>
</div>
</div>
diff --git a/docs/themes/mynewt/versions.html b/docs/themes/mynewt/versions.html
index 133119c..fcc7eaf 100644
--- a/docs/themes/mynewt/versions.html
+++ b/docs/themes/mynewt/versions.html
@@ -3,6 +3,9 @@
<option value="/latest" selected>
Version: latest
</option>
+ <option value="/v1_12_0" {% if cur_version == "1.12.0" %}selected="selected"
{% endif %}>
+ Version: 1.12.0
+ </option>
<option value="/v1_11_0" {% if cur_version == "1.11.0" %}selected="selected"
{% endif %}>
Version: 1.11.0
</option>