[FFmpeg-cvslog] avutil/version: bump minor for the new RISC-V cpu flags
James Almer
git at videolan.org
Wed Sep 28 18:22:11 EEST 2022
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Sep 28 12:15:42 2022 -0300| [bcd2e7d685730838a07c0e88650ea8bbbe460df1] | committer: James Almer
avutil/version: bump minor for the new RISC-V cpu flags
Forgotten in 0c0a3deb1826638915775daa7cefb891a300060b.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcd2e7d685730838a07c0e88650ea8bbbe460df1
---
libavutil/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/version.h b/libavutil/version.h
index 9c44cef6aa..5aca550f45 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -79,7 +79,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
-#define LIBAVUTIL_VERSION_MINOR 37
+#define LIBAVUTIL_VERSION_MINOR 38
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list