diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index 4443a971064b14673b4053f7f3c9c3b259b9b42a..107ce168afdd15b535028d9f3b3678f5559b501f 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -72,6 +72,7 @@ static const AVClass av_class = {
 
 unsigned swresample_version(void)
 {
+    av_assert0(LIBSWRESAMPLE_VERSION_MICRO >= 100);
     return LIBSWRESAMPLE_VERSION_MICRO;
 }
 
diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index c2bbea5c151b63dc72b49497c0c96c988e24ec80..fa85e24f1f106363a88ca41ae9d4037ffc4b1017 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -31,7 +31,7 @@
 
 #define LIBSWRESAMPLE_VERSION_MAJOR 0
 #define LIBSWRESAMPLE_VERSION_MINOR 5
-#define LIBSWRESAMPLE_VERSION_MICRO 0
+#define LIBSWRESAMPLE_VERSION_MICRO 100
 
 #define SWR_CH_MAX 16   ///< Maximum number of channels