Bump version number to 2.1.0 final.

This commit is contained in:
Stephen Heumann 2023-06-29 19:53:22 -05:00
parent 850952d612
commit ac725a6207
3 changed files with 11 additions and 7 deletions

View File

@ -8,6 +8,10 @@
* *
**************************************************************** ****************************************************************
* *
* Linker 2.1.0 prepared Jun 23 by Stephen Heumann
*
****************************************************************
*
* Linker 2.0.6 prepared Aug 21 by Stephen Heumann * Linker 2.0.6 prepared Aug 21 by Stephen Heumann
* *
**************************************************************** ****************************************************************
@ -298,7 +302,7 @@ sf8 anop
; ;
lda progress lda progress
beq wh1 beq wh1
puts #'Link Editor 2.1.0 B1',cr=t puts #'Link Editor 2.1.0',cr=t
putcr putcr
wh1 anop wh1 anop
; ;

View File

@ -1,10 +1,10 @@
ORCA/Linker 2.1.0 B1 ORCA/Linker 2.1.0
Copyright 1996, Byte Works Inc. Copyright 1996, Byte Works Inc.
Updated 2022 Updated 2023
-- Change List -------------------------------------------------------------- -- Change List --------------------------------------------------------------
2.1.0 B1 1. The linker can now automatically divide a large program into 2.1.0 1. The linker can now automatically divide a large program into
segments. See "Auto-Segmentation," below. segments. See "Auto-Segmentation," below.
2. A load segment is now flagged as position-independent only if 2. A load segment is now flagged as position-independent only if

View File

@ -5,11 +5,11 @@ resource rVersion(1) {
2, /* Major revision */ 2, /* Major revision */
1, /* Minor revision */ 1, /* Minor revision */
0, /* Bug version */ 0, /* Bug version */
beta, /* Release stage */ release, /* Release stage */
1, /* Non-final release # */ 0, /* Non-final release # */
}, },
verUS, /* Region code */ verUS, /* Region code */
"ORCA/Linker", /* Short version number */ "ORCA/Linker", /* Short version number */
"Copyright 1996, Byte Works, Inc.\n" /* Long version number */ "Copyright 1996, Byte Works, Inc.\n" /* Long version number */
"Updated 2022" "Updated 2023"
}; };