File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
= Solo Forth version history
2
2
:author: Marcos Cruz (programandala.net)
3
- :revdate: 2020-07-28
3
+ :revdate: 2020-11-23
4
4
:toc:
5
5
6
6
// This file is part of Solo Forth
9
9
// This file is in Asciidoctor format
10
10
// http://asciidoctor.org
11
11
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
14
14
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.
16
19
17
20
// Background image {{{2
18
21
=== Background image
@@ -430,9 +433,9 @@ Released on 2017-04-27.
430
433
Prerelease of 0.14.0 for the 18th annual http://vcfe.org[European
431
434
Vintage Computer Festival] (April 29th and May 1st 2017, Munich).
432
435
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.
436
439
437
440
// New {{{2
438
441
=== New
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version_patch: equ 0
12
12
version_prerelease_id: equ 'r'
13
13
; 'd' for "dev", 'p' for "pre", 'r' for "rc", zero if none
14
14
15
- version_prerelease: equ 123
15
+ version_prerelease: equ 124
16
16
17
17
version_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