You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _releases/22.0.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,10 @@ excerpt: Bitcoin Core version 22.0 is now available
7
7
date: 2021-09-13
8
8
9
9
## Use a YAML array for the version number to allow other parts of the
10
-
## site to correctly sort in "natural sort of version numbers"
11
-
release: [22, 0, 0]
10
+
## site to correctly sort in "natural sort of version numbers".
11
+
## Use the same number of elements as decimal places, e.g. "0.1.2 => [0,
12
+
## 1, 2]" versus "1.2 => [1, 2]"
13
+
release: [22, 0]
12
14
13
15
## Optional magnet link. To get it, open the torrent in a good BitTorrent client
14
16
## and View Details, or install the transmission-cli Debian/Ubuntu package
@@ -154,7 +156,7 @@ Build System
154
156
------------
155
157
156
158
- Release binaries are now produced using the new `guix`-based build system.
157
-
The [/doc/release-process.md](/doc/release-process.md) document has been updated accordingly.
159
+
The [/doc/release-process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/release-process.md) document has been updated accordingly.
0 commit comments