updated version to initial and name to c65gm
This commit is contained in:
parent
a962e4acb7
commit
8facce2593
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue