Skip to content

Commit ca63b5e

Browse files
authoredApr 1, 2024
Remove v1.2 preview level, change (c) text (#10)
- Set PREVIEW_LEVEL to 0 so the N80 version is simply 1.2 - Change the N80 help text to mention the Z280 and change the (c) year to 2024
1 parent 400abae commit ca63b5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎N80/Program.Help.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace Konamiman.Nestor80.N80
55
internal partial class Program
66
{
77
static readonly string bannerText = """
8-
Nestor80 - The Z80 assembler for the 21th century
9-
(c) Konamiman 2023
8+
Nestor80 - The Z80 and Z280 assembler for the 21th century
9+
(c) Konamiman 2024
1010
1111
""";
1212

‎N80/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Konamiman.Nestor80.N80
2525
/// </summary>
2626
internal partial class Program
2727
{
28-
const int PREVIEW_LEVEL = 1;
28+
const int PREVIEW_LEVEL = 0;
2929

3030
const int ERR_SUCCESS = 0;
3131
const int ERR_BAD_ARGUMENTS = 1;

0 commit comments

Comments
 (0)