[FFmpeg-devel] [PATCH] libavutil: Add version bump for new aarch64 cpu flags

Martin Storsjö martin at martin.st
Wed Jun 7 21:58:29 EEST 2023


This was missed in 397cb623c85a515663f410821ba2dded3404112f.

Signed-off-by: Martin Storsjö <martin at martin.st>
---
 libavutil/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/version.h b/libavutil/version.h
index 0d8434493f..dbdf0bd64a 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
  */
 
 #define LIBAVUTIL_VERSION_MAJOR  58
-#define LIBAVUTIL_VERSION_MINOR  12
+#define LIBAVUTIL_VERSION_MINOR  13
 #define LIBAVUTIL_VERSION_MICRO 100
 
 #define LIBAVUTIL_VERSION_INT   AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
-- 
2.37.1 (Apple Git-137.1)



More information about the ffmpeg-devel mailing list