summaryrefslogtreecommitdiff
path: root/emu/emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'emu/emu.c')
-rw-r--r--emu/emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/emu.c b/emu/emu.c
index b2293f9..f642636 100644
--- a/emu/emu.c
+++ b/emu/emu.c
@@ -36,7 +36,7 @@ int main( int argc, char *argv[] )
}
if( args_info.long_version_given ) {
- printf( "emu version: %s, Copyright (c) 2020, GPLv3, Andreas Baumann <mail at andreasbaumann dot cc>\n", EMU_VERSION );
+ printf( "6502 emulator, version: %s, Copyright (c) 2020-2021, GPLv3, Andreas Baumann <mail at andreasbaumann dot cc>\n", EMU_VERSION );
exit( EXIT_SUCCESS );
}