Skip to content

Commit fdcda6c

Browse files
committed
Forgot to update some version numbers and dates for v9.8 release...
1 parent 5c2ab85 commit fdcda6c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1... WLA GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 History
44
------------------------------------------------------------------------------
55

6-
v9.8 (20-Jun-2019) [ALL] Deprecated and removed section's size giving inside
6+
v9.8 (21-Jun-2019) [ALL] Deprecated and removed section's size giving inside
77
section's name string.
88
[ALL] Getting bank number with :CADDR works again.
99
[ALL] WLA assembles now "WLA3" library files and "WLAU"
@@ -1052,7 +1052,7 @@ v1.0 (10-Jul-2000) The first public release.
10521052
------------------------------------------------------------------------------
10531053

10541054

1055-
v5.10 (27-May-2019) Added support for NO$SNES symbol files.
1055+
v5.10 (21-Jun-2019) Added support for NO$SNES symbol files.
10561056
-d discards now also SUPERFREE sections.
10571057
Added support for prioritizing sections.
10581058
Fixed the absolute 24bit addresses of .RAMSECTION labels.

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#source_encoding = 'utf-8-sig'
1717
master_doc = 'wla-dx'
1818
project = u'wla-dx'
19-
copyright = u'2016, vhelin'
19+
copyright = u'2019, vhelin'
2020
version = '9.8' # The short X.Y version, can be used with |version|
21-
release = '9.8a' # The full version, including alpha/beta/rc tags, |release|
21+
release = '9.8' # The full version, including alpha/beta/rc tags, |release|
2222
language = None
2323
#today = ''
2424
#today_fmt = '%B %d, %Y'

main.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@ long __stack = 200000;
4141
#endif
4242

4343
#ifdef GB
44-
char version_string[] = "$VER: WLA-GB 9.8 (20.6.2019)";
44+
char version_string[] = "$VER: WLA-GB 9.8 (21.6.2019)";
4545
#endif
4646
#ifdef Z80
47-
char version_string[] = "$VER: WLA-Z80 9.8 (20.6.2019)";
47+
char version_string[] = "$VER: WLA-Z80 9.8 (21.6.2019)";
4848
#endif
4949
#ifdef MCS6502
50-
char version_string[] = "$VER: WLA-6502 9.8 (20.6.2019)";
50+
char version_string[] = "$VER: WLA-6502 9.8 (21.6.2019)";
5151
#endif
5252
#ifdef WDC65C02
53-
char version_string[] = "$VER: WLA-65C02 9.8 (20.6.2019)";
53+
char version_string[] = "$VER: WLA-65C02 9.8 (21.6.2019)";
5454
#endif
5555
#ifdef W65816
56-
char version_string[] = "$VER: WLA-65816 9.8 (20.6.2019)";
56+
char version_string[] = "$VER: WLA-65816 9.8 (21.6.2019)";
5757
#endif
5858
#ifdef MCS6510
59-
char version_string[] = "$VER: WLA-6510 9.8 (20.6.2019)";
59+
char version_string[] = "$VER: WLA-6510 9.8 (21.6.2019)";
6060
#endif
6161
#ifdef SPC700
62-
char version_string[] = "$VER: WLA-SPC700 9.8 (20.6.2019)";
62+
char version_string[] = "$VER: WLA-SPC700 9.8 (21.6.2019)";
6363
#endif
6464
#ifdef HUC6280
65-
char version_string[] = "$VER: WLA-HuC6280 9.8 (20.6.2019)";
65+
char version_string[] = "$VER: WLA-HuC6280 9.8 (21.6.2019)";
6666
#endif
6767

6868
char wla_version[] = "9.8";

wlalink/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define WLALINK_DEBUG
2626
*/
2727

28-
char version_string[] = "$VER: WLALINK 5.10a (30.5.2019)";
28+
char version_string[] = "$VER: WLALINK 5.10 (21.6.2019)";
2929

3030
#ifdef AMIGA
3131
long __stack = 200000;
@@ -167,7 +167,7 @@ int main(int argc, char *argv[]) {
167167
x = FAILED;
168168

169169
if (x == FAILED) {
170-
printf("\nWLALINK GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 WLA Macro Assembler Linker v5.10a\n");
170+
printf("\nWLALINK GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 WLA Macro Assembler Linker v5.10\n");
171171
printf("Written by Ville Helin in 2000-2008 - In GitHub since 2014: https://github.com/vhelin/wla-dx\n");
172172
#ifdef WLALINK_DEBUG
173173
printf("*** WLALINK_DEBUG defined - this executable is running in DEBUG mode ***\n");

0 commit comments

Comments
 (0)