Skip to content
Snippets Groups Projects
Commit e308edf8 authored by Ralph Giles's avatar Ralph Giles
Browse files

Prepend "Opus" to the version string.

This lets users print it out without context, which is a little
easier for clients.
parent 50f933b5
No related branches found
No related tags found
No related merge requests found
......@@ -55,5 +55,5 @@ const char *opus_strerror(int error)
const char *opus_get_version_string(void)
{
return OPUS_VERSION;
return "Opus " OPUS_VERSION;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment