aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2025-02-12 21:09:47 -0300
committerJames Almer <jamrial@gmail.com>2025-02-12 21:09:52 -0300
commitdc7964a862890d58072ee9ca711b4b38eda5a209 (patch)
tree7d20d330dd7ac870aeba83129bbbbc251043703a
parent045a8b15b19ec7f872fb01cfb986faeaa26cb8bb (diff)
downloadffmpeg-dc7964a862890d58072ee9ca711b4b38eda5a209.tar.gz
avcodec/version: bump micro after the previous change
Useful to know if a given library build has the flush() callback or not. Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index e6f3c4aa5b..62e7eba3db 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#include "version_major.h"
#define LIBAVCODEC_VERSION_MINOR 33
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \