updated version to initial and name to c65gm

This commit is contained in:
Mattias Hansson 2025-10-17 15:35:51 +02:00
parent a962e4acb7
commit 8facce2593

View file

@ -78,8 +78,8 @@ func main() {
testMultiIndex()
os.Exit(1)
fmt.Println("c65cm - A 6502 Cross-Compiler for the ACME Cross-Assembler.")
fmt.Println("Copyright (C) 1999, 2025 Mattias Hansson. v0.7")
fmt.Println("c65gm - A 6502 Cross-Compiler for the ACME Cross-Assembler.")
fmt.Println("Copyright (C) 1999, 2025 Mattias Hansson. v1.0.0")
fmt.Println("Distributed under GPL. External library github.com/armon/go-radix under MIT.")
fmt.Println()