summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-07-01 18:22:15 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-03 14:40:16 -0400
commit4defa1951ecf37a1e8beb3d397831a09b1c87a4f (patch)
tree76332c6d70beee125ef8030480351e4a2f97200d
parent637e665f1195bd0a671550c8fa566946f9774522 (diff)
downloadopus-exp_wip6.tar.gz
Add exp_wip5 tag to version string.exp_wip6
-rw-r--r--celt/celt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/celt/celt.c b/celt/celt.c
index f0621011..1d339bf0 100644
--- a/celt/celt.c
+++ b/celt/celt.c
@@ -3029,6 +3029,7 @@ const char *opus_strerror(int error)
const char *opus_get_version_string(void)
{
return "libopus " OPUS_VERSION
+ "-exp_wip5-"
#ifdef FIXED_POINT
"-fixed"
#endif