diff --git a/celt/celt.c b/celt/celt.c
index 1d339bf0cd56e81024388533ab3e46c13ba727fc..0266d917ef7ae2a560e84a735b1ba9ba1ec7e718 100644
--- a/celt/celt.c
+++ b/celt/celt.c
@@ -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