mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
drop major/minor version numbers, use just version string
This commit is contained in:
@@ -106,7 +106,7 @@ static bool audio_error_ = false;
|
||||
|
||||
InputPlugin *get_iplugin_info()
|
||||
{
|
||||
flac_ip.description = g_strdup_printf("FLAC Player v%u.%u", FLAC__MAJOR_VERSION, FLAC__MINOR_VERSION);
|
||||
flac_ip.description = g_strdup_printf("FLAC Player v%s", FLAC__VERSION_STRING);
|
||||
return &flac_ip;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user