mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
24 lines
823 B
HTML
24 lines
823 B
HTML
---
|
|
# This file is licensed under the MIT License (MIT) available on
|
|
# http://opensource.org/licenses/MIT.
|
|
|
|
layout: base-core
|
|
lang: en
|
|
id: version-history
|
|
title: Version History - Bitcoin Core
|
|
breadcrumbs:
|
|
- bitcoin
|
|
- bcc
|
|
- News
|
|
---
|
|
<link rel="alternate" type="application/rss+xml" href="/en/rss/releases.rss" title="Bitcoin Core releases">
|
|
<div class="versiontext">
|
|
<h1>Bitcoin Core version history<a type="application/rss+xml" href="/en/rss/releases.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
|
<ul>
|
|
{% filter_for p in site.pages reversed sort_by:versionint category:release %}
|
|
<li>
|
|
{% if p.optional_date %}{{ p.optional_date | date:"%Y-%m-%d" }} - {% endif %}<a href="{{ p.url | replace:'.html','' }}">{{ p.title }}</a>
|
|
</li>
|
|
{% endfilter_for %}
|
|
</ul>
|
|
</div>
|