ref: e308edf82c5594592b3a1b54e67620572d700313
parent: 50f933b57f078d7ad25a6c1fe0e8aa70c5c611bc
author: Ralph Giles <[email protected]>
date: Tue Aug 2 05:39:54 EDT 2011
Prepend "Opus" to the version string. This lets users print it out without context, which is a little easier for clients.
--- a/src/opus.c
+++ b/src/opus.c
@@ -55,5 +55,5 @@
const char *opus_get_version_string(void)
{
- return OPUS_VERSION;
+ return "Opus " OPUS_VERSION;
}