Rename version flag to exp_wip5 to exp_analysis.

This commit is contained in:
Gregory Maxwell 2012-07-03 18:24:31 -04:00 committed by Jean-Marc Valin
parent 7d99c2ff00
commit a85577d345

View file

@ -3029,7 +3029,7 @@ const char *opus_strerror(int error)
const char *opus_get_version_string(void)
{
return "libopus " OPUS_VERSION
"-exp_wip5-"
"-exp_analysis"
#ifdef FIXED_POINT
"-fixed"
#endif