File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11= Solo Forth version history
22:author: Marcos Cruz (programandala.net)
3- :revdate: 2020-07-28
3+ :revdate: 2020-11-23
44:toc:
55
66// This file is part of Solo Forth
99// This file is in Asciidoctor format
1010// http://asciidoctor.org
1111
12- // Version 0.14.0 {{{1
13- == Version 0.14.0
12+ // Version 0.14.0-rc.124 {{{1
13+ == Version 0.14.0-rc.124
1414
15- About to be released in 2020-08.
15+ Released on 2020-11-23.
16+
17+ This is a release canditate of 0.14.0. It includes a manual with a
18+ full glossary, in EPUB, PDF and HTML.
1619
1720// Background image {{{2
1821=== Background image
@@ -430,9 +433,9 @@ Released on 2017-04-27.
430433Prerelease of 0.14.0 for the 18th annual http://vcfe.org[European
431434Vintage Computer Festival] (April 29th and May 1st 2017, Munich).
432435
433- This release is the first one that includes a manual and a glossary.
434- The documentation of the sources, from which the glossary is built,
435- has been increased and improved a lot.
436+ This release is the first one that includes a manual and a glossary,
437+ in HTML. The documentation of the sources, from which the glossary is
438+ built, has been increased and improved a lot.
436439
437440// New {{{2
438441=== New
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version_patch: equ 0
1212version_prerelease_id: equ 'r'
1313 ; 'd' for "dev", 'p' for "pre", 'r' for "rc", zero if none
1414
15- version_prerelease: equ 123
15+ version_prerelease: equ 124
1616
1717version_build_high_part: equ $0134
18- version_build_low_part: equ $3E29 ; build 20201001
18+ version_build_low_part: equ $3EA3 ; build 20201123
You can’t perform that action at this time.
0 commit comments