Update version license banner

This commit is contained in:
Aoran Zeng 2024-07-09 14:38:52 +08:00
parent 4732ed8f5d
commit c8ca342778

View File

@ -14,7 +14,7 @@
* chsrc: Change Source
* ------------------------------------------------------------*/
#define Chsrc_Version "v0.1.7.rc4-2024/07/09"
#define Chsrc_Version "v0.1.7.rc5-2024/07/09"
#define Chsrc_Maintain_URL "https://gitee.com/RubyMetric/chsrc"
#include "chsrc.h"
@ -2592,7 +2592,7 @@ print_supported_sources_for_target (SourceInfo sources[], size_t size)
void
cli_print_version ()
{
puts (xy_strjoin (3, "chsrc: Change Source (GPLv3) ",
puts (xy_strjoin (3, "chsrc: Change Source (GPL-3.0) ",
xy_str_to_magenta (Chsrc_Version), " by RubyMetric"));
}