mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
Terminate after printing the version number when -V is used.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4110 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cc3c3e5f5c
commit
7c613f7a83
@ -674,6 +674,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
|
||||
"cc65 V%u.%u.%u\n"
|
||||
"SVN version: %s\n",
|
||||
VER_MAJOR, VER_MINOR, VER_PATCH, SVNVersion);
|
||||
exit (EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user